GTK+ IOStream
Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
|
#include <Box.H>
Public Member Functions | |
VBBox () | |
![]() | |
VBox () | |
![]() | |
Box (void) | |
constructor More... | |
Box & | operator<< (BoxIS bis) |
destructor destroys the widget to neatly cleanup. More... | |
Box & | operator<< (Box &b) |
Box & | operator<< (Box *b) |
Box & | operator<< (Container &b) |
Box & | operator<< (Container *b) |
Box & | operator<< (GtkWidget *b) |
Box & | operator<< (LinkList< GtkWidget * > &ll) |
Box & | operator>> (GtkWidget *b) |
Box & | operator>> (Container *b) |
Box & | operator>> (Container &b) |
void | connectAfter (const char *event, GCallback callback, gpointer data) |
Box & | operator= (const Box b) |
![]() | |
BoxIS (void) | |
BoxIS (bool expandIn, bool fillIn) | |
BoxIS (bool expandIn, bool fillIn, bool startIn) | |
void | reset (void) |
void | setDefaultStart (bool startIn) |
void | setDefaultExpand (bool expandIn) |
void | setDefaultFill (bool fillIn) |
BoxIS & | operator= (BoxIS &bis) |
BoxIS & | operator= (const BoxIS bis) |
void | dump (void) |
![]() | |
GtkWidget * | getWidget (void) |
GtkWidget * | show (void) |
GtkWidget * | hide (void) |
void | setBorder (unsigned int size) |
unsigned int | getBorder (void) |
Container & | operator<< (Container &b) |
Container & | operator<< (Container *b) |
Container & | operator<< (LinkList< GtkWidget * > &ll) |
Container & | operator>> (GtkWidget *b) |
Container & | operator>> (Container *b) |
Container & | operator>> (Container &b) |
![]() | |
virtual | ~Widget () |
Destructor. More... | |
GtkWidget * | ref (void) |
void | unref (void) |
Additional Inherited Members | |
![]() | |
bool | expand |
Set to expand the box contents. More... | |
bool | fill |
Set to fill the box. More... | |
bool | start |
Set to pack the start. More... | |
![]() | |
virtual void | pack (GtkWidget *obj) |
![]() | |
GtkWidget * | widget |
The container based widget. More... | |