| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
GtkMenu::get_uline_accel_group
GtkAccelGroup
get_uline_accel_group
(void);
get_uline_accel_group() returns the GtkAccelGroup used by GTK during the time that the GtkMenu is popped up. It is used internally to allow the user to modify the key accelerators where they have not been locked. Note that this method does not work as it should in the win32 version of GTK+ currently used by PHP-GTK. Also, this method has been eliminated from later versions of GTK+, and much of the accelerator lock mechanism replaced. Future-friendly code can be created by using GtkItemFactory to create your menus; however, the same limitations in functionality currently apply. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「GtkMenu::get_uline_accel_group」をGoogle検索
|