GTK+ IOStream
Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
|
#include <Scrolling.H>
Public Member Functions | |
Scrolling (void) | |
GtkWidget * | getWidget (void) |
change the callback data to be returned with the callback. More... | |
void | show (void) |
void | hide (void) |
Scrolling & | operator<< (Selection *selection) |
add a selection object to the scrolling window More... | |
Scrolling & | operator>> (GtkWidget *widget) |
remove a widget from the scrolling window More... | |
Protected Attributes | |
GtkWidget * | scrolling |
The scrolling window. More... | |
Scrolling container.
Definition at line 26 of file Scrolling.H.
|
inline |
Construct a Scrolling widget
Definition at line 33 of file Scrolling.H.
|
inline |
change the callback data to be returned with the callback.
callback | the callback function to be called upon selection change |
data | the data to be returned with the selection changed callback. |
Gets the widget for loading into containers
Definition at line 48 of file Scrolling.H.
|
inline |
A method to hide
Definition at line 59 of file Scrolling.H.
add a selection object to the scrolling window
selection | the selection widget to scroll |
Definition at line 68 of file Scrolling.H.
|
inline |
remove a widget from the scrolling window
widget | the widget to remove from the scrolling window |
Definition at line 83 of file Scrolling.H.
|
inline |
A method to show
Definition at line 54 of file Scrolling.H.
|
protected |
The scrolling window.
Definition at line 28 of file Scrolling.H.