module/class index - library_index

Gtk::Box

Class Description

A class correspond to GtkBox in GTK. This is an abstractclass.

Super Class

Instance Methods

pack_end(child, expand, fill, padding)
[no descrption]
pack_end_defaults(widget) [undefined]
[no descrption]
pack_start(child, expand, fill, padding)
[no descrption]
pack_start_defaults(widget) [undefined]
[no descrption]
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.


module/class index - library_index

Generated at Sun Jan 30 07:23:57 JST 2000 by rubyapi2