GTK+ IOStream
Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
|
This is the complete list of members for Table, including all inherited members.
getBorder(void) | Container | inline |
getSize(uint *rows, uint *cols) | Table | inline |
getWidget(void) | Container | inline |
hide(void) | Container | inline |
initialise(short int rows=2, short int cols=2, bool homogeneous=true, GtkAttachOptions xOpt=GTK_FILL, GtkAttachOptions yOpt=GTK_FILL, uint xPad=0, uint yPad=0) | Table | inline |
operator<<(int *region) | Table | inline |
operator<<(GtkWidget *obj) | Table | inlinevirtual |
operator<<(LinkList< GtkWidget * > &ll) | Table | inline |
Container::operator<<(Container &b) | Container | inline |
Container::operator<<(Container *b) | Container | inline |
operator>>(GtkWidget *obj) | Table | inline |
Container::operator>>(Container *b) | Container | inline |
Container::operator>>(Container &b) | Container | inline |
pack(GtkWidget *obj) | Container | inlineprotectedvirtual |
placeWidget(GtkWidget *obj, GtkAttachOptions xOpt, GtkAttachOptions yOpt) | Table | inline |
placeWidget(GtkWidget *obj) | Table | inline |
ref(void) | Widget | inline |
resize(uint rows, uint cols) | Table | inline |
setBorder(unsigned int size) | Container | inline |
setHomogeneous(bool homogeneous) | Table | inline |
setOptions(GtkAttachOptions xOpt, GtkAttachOptions yOpt) | Table | inline |
setPadding(uint xPad, uint yPad) | Table | inline |
setRegion(short int x_s, short int x_e, short int y_s, short int y_e) | Table | inline |
show(void) | Container | inline |
Table(void) | Table | inline |
Table(short int rows, short int cols, bool homogeneous=true, GtkAttachOptions xOpt=GTK_EXPAND, GtkAttachOptions yOpt=GTK_EXPAND, uint xPad=0, uint yPad=0) | Table | inline |
unref(void) | Widget | inline |
widget | Widget | protected |
xEnd | Table | private |
xOptions | Table | private |
xPadding | Table | private |
xStart | Table | private |
yEnd | Table | private |
yOptions | Table | private |
yPadding | Table | private |
yStart | Table | private |
~Widget() | Widget | inlinevirtual |