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

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

  

GtkAccelGroup

A structure containing accelerator key data.

Object Hierarchy

Direct subclasses

None.

Description

GtkAccelGroup is a struct class that is able to hold the accelerator key data for all the menus in a GtkWindow. It is usually attached to that window to avoid any confusion within an application. The information is held as a hash table of GtkAccelEntry entries, one of which needs to be created for each accelerator. In PHP-GTK there is no direct access to these entries.

An accelerator key is the keyboard shortcut for a GtkMenuItem.

See also: add_accel_group() , add_accelerator() , GtkAccelLabel, GtkMenuItem.

Constructor

-- Provides the structure for a hash table of accelerator key information.

Methods

lock()
?? Locks accelerator group information.
unlock()
?? Unlocks accelerator group information.

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

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