A class correspond to GtkBox in GTK. This is an abstractclass.
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 Sun Jan 30 07:23:57 JST 2000 by rubyapi2