| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-3.0.gir |
| C documentation: | GtkAccelFlags |
| Enum : | AccelFlags |
| Properties | |
|---|---|
|
guint32 Gtk.AccelFlags.LOCKED : 2
|
|
|
guint32 Gtk.AccelFlags.MASK : 7
|
|
|
guint32 Gtk.AccelFlags.VISIBLE : 1
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.AccelGroup
Method |
connect
(guint32 accel_key, ModifierType accel_mods, AccelFlags accel_flags, Closure closure)
:
none
Installs an accelerator in this group.
|
|
Gtk.Widget
Method |
add_accelerator
(String accel_signal, AccelGroup accel_group, guint32 accel_key, ModifierType accel_mods, AccelFlags accel_flags)
:
none
Installs an accelerator for this widget in accel_group that causes
The accel_group needs to be added to the widget's toplevel via gtk_window_add_accel_group(), and the signal must be of type G_RUN_ACTION. |