XtUngrabKeyboard(3Xm) — UNIX Programmer’s Manual
NAME
XtUngrabKeyboard — a function releases an active grab on the keyboard.
SYNOPSIS
#include <X11/PassivGrab.h> void XtUngrabKeyboard (widget, time))
Widgetwidget;
Timetime;
DESCRIPTION
XtUngrabKeyboard releases any active grab on the keyboard.
widgetSpecifies the root widget to the XtUngrabKeyboard call.
timeSpecifies the time. You can pass either a timestamp, expressed in milliseconds, or CurrentTime.
RELATED INFORMATION
7th Edition