Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.AccelFlags

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkAccelFlags
Enum : AccelFlags
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:39 GMT+0800 (HKT)