Name
XtUngrabKeyboard — cancel an active keyboard grab.
Synopsis
void XtUngrabKeyboard(widget, time)
Widget widget;
Time time;
Arguments
widgetSpecifies the widget which has the active keyboard grab.
timeSpecifies the time. Pass either a timestamp, expressed in milliseconds, or the constant CurrentTime. If this time is earlier than the last-keyboard-grab time or later than the current server time the keyboard will not be ungrabbed.
Description
XtUngrabKeyboard calls XUngrabKeyboard with the specified time.
See Also
XtGrabButton(1), XtGrabKey(1), XtGrabKeyboard(1), XtGrabPointer(1), XtSetKeyboardFocus(1), XtUngrabButton(1), XtUngrabKey(1), XtUngrabPointer(1).