Libraries:Gtk:Gtk:Accel
Functions
GroupsActivate(object @ Gtk.GObject.Object.T, accel_key @ Std.Integer.SmallT, accel_mods @ Std.Integer.SmallT) : Std.Symbol.T
GroupsFromObject(object @ Gtk.GObject.Object.T) : Std.Object.T
Gets a list of all accel groups which are attached to object.
object | a GObject, usually a Gtk.Gtk.Window.T |
Returns | a list of all accel groups which are attached to object. [element-type GtkAccelGroup][transfer none] |
Finds the first accelerator in any Gtk.Gtk.AccelGroup.T attached to object that matches accel_key and accel_mods, and activates that accelerator.