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

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

  

gtk::grab_get_current

GtkWidget gtk::grab_get_current (void);

Returns the widget which currently has the keyboard grab. NULL is returned if there is no active grab.

Widgets can grab the pointer and keyboard away from other widgets. This essentially means that the widget becomes "modal"; input goes only to that widget, and the focus can't be changed to another widget. A typical reason to grab input is to create a modal dialog; if a window has the grab, interaction with other windows is blocked.

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

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