Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Enum Gdk.EventType

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-3.0.gir
C documentation: GdkEventType
Enum : EventType
Specifies the type of the event.
Do not confuse these events with the signals that GTK+ widgets emit.
Although many of these events result in corresponding signals being emitted,
the events are often transformed or filtered along the way.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk
Method
Gdk.test_simulate_button (Window window, gint32 x, gint32 y, guint32 button, ModifierType modifiers, EventType button_pressrelease) : gboolean
This function is intended to be used in GTK+ test programs.
Gdk
Method
Gdk.test_simulate_key (Window window, gint32 x, gint32 y, guint32 keyval, ModifierType modifiers, EventType key_pressrelease) : gboolean
This function is intended to be used in GTK+ test programs.
Gdk.Event
Method
new Gdk.Event.c_new (EventType type) : Gdk.Event
Create a new Gdk.Event
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:59 GMT+0800 (HKT)