window :
leader :
|
window :
decorations :
enum GdkWMDecoration
|
|
window :
functions :
enum GdkWMFunction
|
|
Returns :
struct GdkDrawable
|
|
drawable :
key :
data :
destroy_func :
Events
Name
Events -- functions for handling events from the window system.
Synopsis
|
Description
This section describes functions dealing with events from the window system.
In GTK+ applications the events are handled automatically in gtk_main_do_event() and passed on to the appropriate widgets, so these functions are rarely needed. Though some of the fields in the Event Structures are useful.
Details
enum GdkEventType
|
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.
GDK_NOTHING a special code to indicate a null event.