PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

GtkBox | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

GtkBox

Base class for box containers.

Object Hierarchy

GtkObject
`-- GtkWidget
       `-- GtkContainer
              `-- GtkBox

Direct subclasses

Description

GtkBox is a base class providing box containers GtkHBox and GtkVBox with properties and methods for packing any number of child widgets.

Note that GtkBox is an abstract class and cannot be constructed directly.

See also: GtkBin, GtkBoxChild, GtkContainer, GtkTable.

Methods

pack_start()
?? Packs from top or left of box container.
pack_end()
?? Packs from bottom or right of box container.
pack_start_defaults()
?? Packs from top or right using default settings.
pack_end_defaults()
?? Packs from bottom or left using default settings.
set_homogeneous()
?? Toggles equality of child sizing.
set_spacing()
?? Sets spacing between children.
reorder_child()
?? Sets new position for child.
set_child_packing()
?? Sets packing parameters for child.
query_child_packing()
?? Queries packing parameters for child.

Properties

children:
?? Array of child packing information.
spacing:
?? Universal spacing policy.
homogeneous:
?? Universal sizing policy.

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「GtkBox」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | GtkBox」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: