gdk-Events {RGtk2}R Documentation

Events

Description

Functions for handling events from the window system

Methods and Functions

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)

Detailed Description

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.

Enums and Flags

User Functions

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.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://library.gnome.org/devel//gdk/gdk-Events.html


[Package RGtk2 version 2.20.21 Index]