Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gtk.AccelGroup

Class Gtk.AccelGroup

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkAccelGroup
Class : AccelGroup
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
An object representing and maintaining a group of accelerators.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gladeui.App
Method
Gladeui.App.set_accel_group (AccelGroup accel_group) : none
Gladeui.App
Method
Gladeui.App.get_accel_group () : Gtk.AccelGroup
Gtk.Action
Method
set_accel_group (AccelGroup accel_group) : none
Sets the GtkAccelGroup in which the accelerator for this action will be installed.
Gtk.ImageMenuItem
Property
accel_group : Gtk.AccelGroup
The Accel Group to use for stock accelerator keys
Gtk.ImageMenuItem
Method
new Gtk.ImageMenuItem.from_stock (String stock_id, AccelGroup accel_group) : Gtk.ImageMenuItem
Create a new Gtk.ImageMenuItem
Gtk.ImageMenuItem
Method
set_accel_group (AccelGroup accel_group) : none
Specifies an accel_group to add the menu items accelerator to (this only applies to stock items so a stock item must already be set, make sure to call gtk_image_menu_item_set_use_stock() and gtk_menu_item_set_label() with a valid stock item first).
Gtk.ItemFactory
Method
new Gtk.ItemFactory.c_new (Number container_type, String path, AccelGroup accel_group) : Gtk.ItemFactory
Create a new Gtk.ItemFactory
Gtk.ItemFactory
Method
Gtk.ItemFactory.add_foreign (Widget accel_widget, String full_path, AccelGroup accel_group, Number keyval, ModifierType modifiers) : none
Installs an accelerator for accel_widget in accel_group, that causes the ::activate signal to be emitted if the accelerator is activated.
Gtk.ItemFactory
Method
construct (Number container_type, String path, AccelGroup accel_group) : none
Initializes an item factory.
Gtk.Menu
Property
accel_group : Gtk.AccelGroup
The accel group holding accelerators for the menu.
Gtk.Menu
Method
set_accel_group (AccelGroup accel_group) : none
Gtk.Menu
Method
get_accel_group () : Gtk.AccelGroup
Gtk.UIManager
Method
get_accel_group () : Gtk.AccelGroup
Returns the GtkAccelGroup associated with self.
Gtk.Widget
Method
add_accelerator (String accel_signal, AccelGroup accel_group, Number accel_key, ModifierType accel_mods, AccelFlags accel_flags) : none
Gtk.Widget
Method
remove_accelerator (AccelGroup accel_group, Number accel_key, ModifierType accel_mods) : Boolean
Removes an accelerator from widget, previously installed with gtk_widget_add_accelerator().
Gtk.Widget
Method
set_accel_path (String accel_path, AccelGroup accel_group) : none
Given an accelerator group, accel_group, and an accelerator path, key binding that is defined for accel_path is pressed, widget will be activated.
Gtk.Window
Method
add_accel_group (AccelGroup accel_group) : none
Associate accel_group with window, such that calling gtk_accel_groups_activate() on window will activate accelerators in accel_group.
Gtk.Window
Method
remove_accel_group (AccelGroup accel_group) : none
Reverses the effects of gtk_window_add_accel_group().
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:05 GMT+0800 (HKT)