GTKのGtkBoxに対応するウィジェット。このクラスは抽象クラスなので、実際にはサブクラスを利用することになる。
pack_end(child, expand, fill, padding)
pack_end_defaults(widget)
[未定義]
pack_start(child, expand, fill, padding)
pack_start_defaults(widget)
[未定義]
query_child_packing(child)
指定の子ウジェット
childの貼りつけに関する情報
[expand, fill, padding, pack_type]
を返す。
reorder_child(child, position)
指定の子ウィジェットの配置順を変更する。
set_child_packing(child, expand, fill, padding, pack_type)
指定の子ウジェット childの貼りつけに関する情報を設定する。
set_homogeneous(homogeneous)
子ウィジェットのサイズが均等になるようにする。
set_spacing(spacing)
子ウィジェット間のスペースの合計を設定する。
Generated at Sat Feb 05 02:59:38 JST 2000 by rubyapi2