Description
Pack widgets in regular patternsMethods and Functions
gtkTableNew(rows = NULL, columns = NULL, homogeneous = NULL, show = TRUE)
gtkTableResize(object, rows, columns)
gtkTableAttach(object, child, left.attach, right.attach, top.attach, bottom.attach, xoptions = "GTK_EXPAND|GTK_FILL", yoptions = "GTK_EXPAND|GTK_FILL", xpadding = 0, ypadding = 0)
gtkTableAttachDefaults(object, widget, left.attach, right.attach, top.attach, bottom.attach)
gtkTableSetRowSpacing(object, row, spacing)
gtkTableSetColSpacing(object, column, spacing)
gtkTableSetRowSpacings(object, spacing)
gtkTableSetColSpacings(object, spacing)
gtkTableSetHomogeneous(object, homogeneous)
gtkTableGetDefaultRowSpacing(object)
gtkTableGetHomogeneous(object)
gtkTableGetRowSpacing(object, row)
gtkTableGetColSpacing(object, column)
gtkTableGetDefaultColSpacing(object)
gtkTable(rows = NULL, columns = NULL, homogeneous = NULL, show = TRUE)
Hierarchy
\link{GObject}
+----\link{GtkObject}
+----\link{GtkWidget}
+----\link{GtkContainer}
+----GtkTableInterfaces
GtkTable implements
AtkImplementorIface.Convenient Construction
gtkTable
is the equivalent of gtkTableNew
.References
http://developer.gnome.org/doc/API/2.0/gtk/GtkTable.html