diff options
Diffstat (limited to 'man/XtGrabKey.man')
-rw-r--r-- | man/XtGrabKey.man | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/man/XtGrabKey.man b/man/XtGrabKey.man index 8256122..14597c6 100644 --- a/man/XtGrabKey.man +++ b/man/XtGrabKey.man @@ -1,4 +1,4 @@ -.\" $Xorg: XtGrabKey.man,v 1.4 2001/03/16 17:53:52 pookie Exp $ +.\" $Xorg: XtGrabKey.man,v 1.3 2000/08/17 19:42:01 cpqbld Exp $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -24,6 +24,9 @@ .\" be used in advertising or otherwise to promote the sale, use or other .\" dealing in this Software without prior written authorization from the .\" X Consortium. +.\" +.\" $XFree86: xc/doc/man/Xt/XtGrabKey.man,v 1.3 2001/02/09 03:47:51 tsi Exp $ +.\" .ds tk X Toolkit .ds xT X Toolkit Intrinsics \- C Language Interface .ds xI Intrinsics @@ -123,11 +126,11 @@ .el .sp 10p .. .ny0 -.TH XtGrabKey 3Xt "Release 6.6" "X Version 11" "XT FUNCTIONS" +.TH XtGrabKey 3Xt __xorgversion__ "XT FUNCTIONS" .SH NAME XtGrabKey, XtUngrabKey, XtGrabKeyboard, XtUngrabKeyboard, XtGrabButton, XtUngrabButton, XtGrabPointer, XtUngrabPointer \- manage grabs .SH SYNTAX -void XtGrabKey(\fIwidget\fP, \fIkeycode\fP, \fImodifiers\fP, \ +void XtGrabKey(\fIwidget\fP, \fIkeycode\fP, \fImodifiers\fP, \fIowner_events\fP, \fIpointer_mode\fP, \fIkeyboard_mode\fP) .br Widget \fIwidget\fP; @@ -150,7 +153,7 @@ void XtUngrabKey(\fIwidget\fP, \fIkeycode\fP, \fImodifiers\fP) .br Modifiers \fImodifiers\fP; .LP -int XtGrabKeyboard(\fIwidget\fP, \fIowner_events\fP, \fIpointer_mode\fP, \ +int XtGrabKeyboard(\fIwidget\fP, \fIowner_events\fP, \fIpointer_mode\fP, \fIkeyboard_mode\fP, \fItime\fP) .br Widget \fIwidget\fP; @@ -169,8 +172,8 @@ void XtUngrabKeyboard(\fIwidget\fP, \fItime\fP) .br Time \fItime\fP; .LP -void XtGrabButton(\fIwidget\fP, \fIbutton\fP, \fImodifiers\fP, \ -\fIowner_events\fP, \fIevent_mask\fP, \fIpointer_mode\fP, \fIkeyboard_mode\fP, \ +void XtGrabButton(\fIwidget\fP, \fIbutton\fP, \fImodifiers\fP, +\fIowner_events\fP, \fIevent_mask\fP, \fIpointer_mode\fP, \fIkeyboard_mode\fP, \fIconfine_to\fP, \fIcursor\fP) .br Widget \fIwidget\fP; @@ -199,8 +202,8 @@ void XtUngrabButton(\fIwidget\fP, \fIbutton\fP, \fImodifiers\fP) .br Modifiers \fImodifiers\fP; .LP -int XtGrabPointer(\fIwidget\fP, \fIowner_events\fP, \fIevent_mask\fP, \ -\fIpointer_mode\fP, \fIkeyboard_mode\fP, \fIconfine_to\fP, \fIcursor\fP, \ +int XtGrabPointer(\fIwidget\fP, \fIowner_events\fP, \fIevent_mask\fP, +\fIpointer_mode\fP, \fIkeyboard_mode\fP, \fIconfine_to\fP, \fIcursor\fP, \fItime\fP) .br Widget \fIwidget\fP; |