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

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

  

GtkWidget::realize

realize() allocates the GDK resources associated with the calling widget. A widget must be realized before it can be mapped to the screen. This means that when show() is called, the widget is first realized and then mapped to the screen.

Before a widget can be realized, its parent and all of its ancestors must be realized. If an ancestor of a widget has not been realized at the time realize() is called, it will be implicitly realized before the calling widget is realized.

If you want a widget to be displayed on the screen do not use realize() . Instead use show() . See the pixmap tutorial for an example of when it is appropriate to use realize() .

See also: map() unrealize() .

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

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