pike.hubbe.net

[Top]
GTK
GTK.Table
previousGTK.Table()->attach() GTK.Table()->create()next

Method GTK.Table()->attach_defaults()


Method attach_defaults

object(GTK.Table) GTK.Table()->attach_defaults(object(GTK.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 GTK.Fill|GTK.Expand. For the padding it is 0.


Extracted from Pike v7.3 release 11 at 2001-11-03.