A class correspond to GtkBox in GTK. This is an abstract class.
pack_end(child, expand, fill, padding)
pack_end_defaults(widget)
[undefined]
pack_start(child, expand, fill, padding)
pack_start_defaults(widget)
[undefined]
query_child_packing(child)
return the information
[expand, fill, padding,
pack_type]
about packing specified child widget
child.
reorder_child(child, position)
reorder the specified child widget.
set_child_packing(child, expand, fill, padding, pack_type)
set the information about packing specified child widget child.
set_homogeneous(homogeneous)
equalize sizes of children widgets.
set_spacing(spacing)
specify total amount of spaces between children widgets.
Generated at Wed Oct 20 03:52:01 JST 1999 by rubyapi2