[Top]
GTK
GTK.Packer
|
Method GTK.Packer()->add_defaults()
- Method
add_defaults
GTK.Packer add_defaults(GTK.Widget widget, int side, int anchor, int options)
- Description
side is one of SIDE_BOTTOM , SIDE_LEFT , SIDE_RIGHT and SIDE_TOP , anchor is one of ANCHOR_CENTER , ANCHOR_E , ANCHOR_EAST , ANCHOR_N , ANCHOR_NE , ANCHOR_NORTH , ANCHOR_NORTH_EAST , ANCHOR_NORTH_WEST , ANCHOR_NW , ANCHOR_S , ANCHOR_SE , ANCHOR_SOUTH , ANCHOR_SOUTH_EAST , ANCHOR_SOUTH_WEST , ANCHOR_SW , ANCHOR_W and ANCHOR_WEST ,
options is a bitwise or of GTK.PackExpand, GTK.FillX and GTK.FillY
|