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

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

  

GtkVBox

Vertical box container.

Object Hierarchy

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

Direct subclasses

Description

GtkVBox is a box container that packs child widgets in a single column, using the packing methods inherited from GtkBox, such as pack_start() , as well as the less flexible add() method available to most container widgets.

Note that all children in a GtkVBox are allocated the same width, regardless of settings and child requisition size. Widgets taking up less than the allocated width are by default centered within the available area in that dimension.

See also: GtkContainer, GtkBox, GtkHBox, GtkButtonBox, GtkTable.

Constructor

GtkVBox ([bool homogeneous = false , [int spacing = 0 ]]);
-- Creates a container for a single column of child widgets.

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

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