| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
GtkMenuShell::select_itemvoid select_item(
GtkWidget menu_item
);
select_item() is largely used internally. A 'selected' item is displayed in the prelight state and has its submenu popped up, if it has one. This is also achieved by using the mouse pointer or arrow keys in an active GtkMenu, and should not be confused with the "activate" signal, which is triggered by mouse clicks or the Enter key. Using this method causes the designated item to emit the "select" signal, which in turn triggers the 'selected' state. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「GtkMenuShell::select_item」をGoogle検索
|