diff options
Diffstat (limited to 'man/XtGrabKey.man')
-rw-r--r-- | man/XtGrabKey.man | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/man/XtGrabKey.man b/man/XtGrabKey.man index 5e8f145..7b97e65 100644 --- a/man/XtGrabKey.man +++ b/man/XtGrabKey.man @@ -67,7 +67,8 @@ int \fIevent_mask\fP, int \fIpointer_mode\fP, int \fIkeyboard_mode\fP, Window void XtUngrabPointer(Widget \fIwidget\fP, Time \fItime\fP); .SH ARGUMENTS .IP \fIwidget\fP 1i -Specifies the widget in whose window the grab will occur. Must be of +Specifies the widget in whose window the grab will occur. +Must be of class Core or a subclass thereof. .sp 6p .IP \fIkeycode\fP @@ -101,12 +102,14 @@ Specifies arguments to the associated Xlib function call. calls .B XGrabKey specifying the widget's window as the grab window if the widget is -realized. The remaining arguments are exactly as for +realized. +The remaining arguments are exactly as for .BR XGrabKey . If the widget is not realized, or is later unrealized, the call to .B XGrabKey will be performed (again) when the widget is realized and its window -becomes mapped. In the future, if +becomes mapped. +In the future, if .B XtDispatchEvent is called with a .B KeyPress @@ -131,7 +134,8 @@ returns calls .B XUngrabKey specifying the widget's window as the ungrab window if the widget is -realized. The remaining arguments are exactly as for +realized. +The remaining arguments are exactly as for .BR XUngrabKey . If the widget is not realized, .B XtUngrabKey @@ -143,7 +147,8 @@ If the specified widget is realized .B XtGrabKeyboard calls .B XGrabKeyboard -specifying the widget's window as the grab window. The remaining +specifying the widget's window as the grab window. +The remaining arguments and return value are exactly as for .BR XGrabKeyboard . If the widget is not realized, @@ -162,12 +167,14 @@ with the specified time. calls .B XGrabButton specifying the widget's window as the grab window if the widget is -realized. The remaining arguments are exactly as for +realized. +The remaining arguments are exactly as for .BR XGrabButton . If the widget is not realized, or is later unrealized, the call to .B XGrabButton will be performed (again) when the widget is realized and its window -becomes mapped. In the future, if +becomes mapped. +In the future, if .B XtDispatchEvent is called with a .B ButtonPress @@ -192,7 +199,8 @@ returns calls .B XUngrabButton specifying the widget's window as the ungrab window if the widget is -realized. The remaining arguments are exactly as for +realized. +The remaining arguments are exactly as for .BR XUngrabButton . If the widget is not realized, .B XtUngrabButton @@ -203,7 +211,8 @@ request, if any, for the specified widget, button, and modifiers. .B XtGrabPointer calls .B XGrabPointer -specifying the widget's window as the grab window. The remaining +specifying the widget's window as the grab window. +The remaining arguments and return value are exactly as for .BR XGrabPointer . If the widget is not realized, |