Struct
GtkAccelKey
Description
struct GtkAccelKey {
guint accel_key;
GdkModifierType accel_mods;
guint accel_flags : 16;
}
No description available.
Structure members
accel_key:
guint
The accelerator keyval.
accel_mods:
GdkModifierType
The accelerator modifiers.
accel_flags:
guint
The accelerator flags.