Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Struct Gtk.BindingSet

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkBindingSet
Struct : BindingSet
A binding set maintains a list of activatable key bindings.
A single binding set can match multiple types of widgets.
Similar to style contexts, can be matched by any information contained
in a widgets GtkWidgetPath. When a binding within a set is matched upon
activation, an action signal is emitted on the target widget to carry out
the actual activation.
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_signal_from_string (BindingSet binding_set, String signal_desc) : GLib.TokenType
Parses a signal description from signal_desc and incorporates
it into binding_set.
Gtk
Method
Gtk.binding_entry_add_signall (BindingSet binding_set, guint32 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_remove (BindingSet binding_set, guint32 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, guint32 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_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 Sat Apr 16 2011 17:14:52 GMT+0800 (HKT)