gdk-General {RGtk2} | R Documentation |
Library initialization and miscellaneous functions
gdkNotifyStartupComplete()
gdkNotifyStartupCompleteWithId(id)
gdkGetProgramClass()
gdkSetProgramClass(program.class)
gdkGetDisplay()
gdkFlush()
gdkScreenWidth()
gdkScreenHeight()
gdkScreenWidthMm()
gdkScreenHeightMm()
gdkPointerGrab(window, owner.events = FALSE, event.mask = 0, confine.to = NULL, cursor = NULL, time = "GDK_CURRENT_TIME")
gdkPointerUngrab(time = "GDK_CURRENT_TIME")
gdkPointerIsGrabbed()
gdkSetDoubleClickTime(msec)
gdkKeyboardGrab(window, owner.events = FALSE, time = "GDK_CURRENT_TIME")
gdkKeyboardUngrab(time = "GDK_CURRENT_TIME")
gdkBeep()
This section describes the GDK initialization functions and miscellaneous utility functions.
GdkGrabStatus
gdkPointerGrab
and gdkKeyboardGrab
to indicate
success or the reason for the failure of the grab attempt.
success
already-grabbed
invalid-time
not-viewable
confine.to
window are not
viewable.frozen
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gdk/gdk-General.html