[Top]
GTK2
GTK2.Table
|
Method GTK2.Table()->attach_defaults()
- Method
attach_defaults
GTK2.Table attach_defaults(GTK2.Widget subwidget, int left, int right, int top, int bottom)
- Description
As there are many options associated with attach(), this
convenience function provides the programmer with a means to add
children to a table with identical padding and expansion options.
xoptions, yoptions, xpadding and ypadding are all set the their
default values. For the options that is GTK2.Fill|GTK2.Expand. For
the padding it is 0.
|