Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Struct Gtk.BindingSet

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkBindingSet
Struct : BindingSet
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gtk.BindingSet ()
Create a new Gtk.BindingSet
Create a new Gtk.BindingSet
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk
Method
Gtk.binding_entry_add_signall (BindingSet binding_set, Number keyval, ModifierType modifiers, String signal_name, Array binding_args) : none
Override or install a new key binding for keyval with modifiers on
Gtk
Method
Gtk.binding_entry_clear (BindingSet binding_set, Number keyval, ModifierType modifiers) : none
Clears a binding entry.
Gtk
Method
Gtk.binding_entry_remove (BindingSet binding_set, Number keyval, ModifierType modifiers) : none
Remove a binding previously installed via gtk_binding_entry_add_signal() on binding_set.
Gtk
Method
Gtk.binding_entry_skip (BindingSet binding_set, Number keyval, ModifierType modifiers) : none
Install a binding on binding_set which causes key lookups to be aborted, to prevent bindings from lower priority sets to be activated.
Gtk
Method
Gtk.binding_set_by_class (void* object_class) : Gtk.BindingSet
This function returns the binding set named after the type name of the passed in class structure.
Gtk
Method
Gtk.binding_set_find (String set_name) : Gtk.BindingSet
Find a binding set by its globally unique name.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:38 GMT+0800 (HKT)