Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Struct Gdk.EventKey

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-2.0.gir
C documentation: GdkEventKey
Struct : EventKey
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gdk.EventKey ()
Create a new Gdk.EventKey
Create a new Gdk.EventKey
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gladeui
Method
Gladeui.utils_hijack_key_press (Window win, EventKey event, void* user_data) : Number
This function is meant to be attached to key-press-event of a toplevel, it simply allows the window contents to treat key events /before/ accelerator keys come into play (this way widgets dont get deleted when cutting text in an entry etc.
Gtk
Method
Gtk.bindings_activate_event (Object object, EventKey event) : Boolean
Looks up key bindings for object to find one matching
Gtk.Entry
Method
im_context_filter_keypress (EventKey event) : Boolean
Allow the GtkEntry input method to internally handle key press and release events.
Gtk.IMContext
Method
filter_keypress (EventKey event) : Boolean
Allow an input method to internally handle key press and release events.
Gtk.TextView
Method
im_context_filter_keypress (EventKey event) : Boolean
Allow the GtkTextView input method to internally handle key press and release events.
Gtk.Window
Method
activate_key (EventKey event) : Boolean
Activates mnemonics and accelerators for this GtkWindow.
Gtk.Window
Method
propagate_key_event (EventKey event) : Boolean
Propagate a key press or release event to the focus widget and up the focus container chain until a widget handles event.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:25 GMT+0800 (HKT)