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

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

  

GtkBox::pack_start

void pack_start( GtkWidget child , [bool expand = true , [bool fill = true , [int padding = 0 ]]]);

pack_start() packs the child widget from the top or left of the box container. The expand parameter is a boolean value that determines whether the child can expand when the parent container is resized. The second parameter fill is also a boolean value, and determines whether the child should fill the space available to it. The third parameter padding is an integer describing the padding around the child widget, in pixels. The default values are true, true, 0.

Calls to pack_start() can be mixed with calls to pack_end() or even add() , within the same box container.

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

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