gtkTableAttachDefaults {RGtk2} | R Documentation |
As there are many options associated with gtkTableAttach
, this convenience function provides the programmer with a means to add children to a table with identical padding and expansion options. The values used for the GtkAttachOptions
are GTK_EXPAND | GTK_FILL
, and the padding is set to 0.
gtkTableAttachDefaults(object, widget, left.attach, right.attach, top.attach, bottom.attach)
|
[GtkTable ] The table to add a new child widget to. |
|
[GtkWidget ] The child widget to add. |
|
[numeric] The column number to attach the left side of the child widget to. |
|
[numeric] The column number to attach the right side of the child widget to. |
|
[numeric] The row number to attach the top of the child widget to. |
|
[numeric] The row number to attach the bottom of the child widget to. |
Derived by RGtkGen from GTK+ documentation