
[Top]
GTK
GTK.Packer
|
Method GTK.Packer()->set_child_packing()
- Method
set_child_packing
object(GTK.Packer) GTK.Packer()->set_child_packing(object(GTK.Widget) child, int side, int anchor, int options, int border_width, int pad_x, int pad_y, int i_pad_x, int i_pad_y)
- 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
Extracted from Pike v7.3 release 11 at 2001-11-03.
|