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

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

  

GtkFixed

Container that retains the sizes and positions of its children.

Object Hierarchy

GtkObject
`-- GtkWidget
       `-- GtkContainer
              `-- GtkFixed

Direct subclasses

None.

Description

GtkFixed is a container widget that retains the original sizes and positions of its children regardless of any top-level resizing.

Note that there is no padding or spacing implicit in this method of container packing. The arrangement of the children is based purely on the co-ordinate values given in the put() and move() method parameters. For this reason it is inadvisable to use add() when utilising GtkFixed, as widgets that have been added in this way can and will be overwritten by any fixed-position widgets.

Constructor

GtkFixed (void);
-- Creates a GtkFixed container.

Methods

put()
?? Sets initial position of child.
move()
?? Moves child to new position.

Properties

children:
?? Array of child positioning information.

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

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