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

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

  

GtkWidget::set_events

This method is used to set the GdkEventMask flags on a widget, extending the type of event that the widget can capture from its default capabilities. You may need to do this, for instance, to capture a key press event on a widget that does not normally capture such events.

set_events() can be used at any point in the widget's life-cycle.

Staying with the key-press example, the syntax would be: $widget->set_events(GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK); This would enable a previously keyboard-insensitive widget to emit "key-press-event" and "key-release-event" signals.

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

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