gdk-Events {RGtk2} | R Documentation |
Functions for handling events from the window system
gdkEventsPending()
gdkEventPeek()
gdkEventGet()
gdkEventGetGraphicsExpose(window)
gdkEventPut(object)
gdkEventNew(type)
gdkEventCopy(object)
gdkEventGetTime(object)
gdkEventGetState(object)
gdkEventGetAxis(object, axis.use)
gdkEventGetCoords(object)
gdkEventGetRootCoords(object)
gdkEventRequestMotions(event)
gdkEventHandlerSet(func, data)
gdkAddClientMessageFilter(message.type, func, data)
gdkGetShowEvents()
gdkSetShowEvents(show.events)
gdkEventSetScreen(object, screen)
gdkEventGetScreen(object)
gdkSettingGet(name)
This section describes functions dealing with events from the window system.
In GTK+ applications the events are handled automatically in
gtkMainDoEvent
and passed on to the appropriate widgets, so these
functions are rarely needed. Though some of the fields in the
Event Structures are useful.
GdkEventFunc(event, data)
Specifies the type of function passed to gdkEventHandlerSet
to handle
all GDK events.
event
the GdkEvent
to process.
data
user data set when the event handler was installed with
gdkEventHandlerSet
.
Derived by RGtkGen from GTK+ documentation
http://library.gnome.org/devel//gdk/gdk-Events.html