| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
GtkBox::pack_endvoid pack_end(
GtkWidget child
, [bool
expand = true
, [bool
fill = true
, [int
padding = 0
]]]);
pack_end() packs the child widget from the bottom or right 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 descrbing the padding around the child widget, in pixels. The default values are true, true, 0. pack_end() calls may be interspersed with pack_start() calls within the same box container widget. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「GtkBox::pack_end」をGoogle検索
|