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 | Defined By | |
---|---|---|
group : Number
|
Gdk.EventKey | |
hardware_keycode : Number
|
Gdk.EventKey | |
is_modifier : Number
|
Gdk.EventKey | |
keyval : Number
|
Gdk.EventKey | |
length : Number
|
Gdk.EventKey | |
send_event : Number
|
Gdk.EventKey | |
state : Number
|
Gdk.EventKey | |
string : String
|
Gdk.EventKey | |
time : Number
|
Gdk.EventKey | |
type : Gdk.EventType
|
Gdk.EventKey | |
window : Gdk.Window
|
Gdk.EventKey |
Method / Constructor | Defined By | |
---|---|---|
new Gdk.EventKey
()
Create a new Gdk.EventKey
Create a new Gdk.EventKey
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gladeui
Method |
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 |
Looks up key bindings for object to find one matching
|
Gtk.Entry
Method |
Allow the GtkEntry input method to internally handle key press and release events.
|
Gtk.IMContext
Method |
Allow an input method to internally handle key press and release events.
|
Gtk.TextView
Method |
Allow the GtkTextView input method to internally handle key press and release events.
|
Gtk.Window
Method |
Activates mnemonics and accelerators for this GtkWindow.
|
Gtk.Window
Method |
Propagate a key press or release event to the focus widget and up the focus container chain until a widget handles event.
|