General
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.
GdkGrabStatusReturned by gdkPointerGrab and gdkKeyboardGrab to indicate
success or the reason for the failure of the grab attempt.
successthe resource was successfully grabbed.
already-grabbedthe resource is actively grabbed by another client.
invalid-timethe resource was grabbed more recently than the specified time.
not-viewablethe grab window or the confine.to window are not
viewable.
frozenthe resource is frozen by an active grab of another client.
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.