A structure containing accelerator key data.
None.
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.
GtkAccelGroup ();-- Provides the structure for a hash table of accelerator key information.