diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-17 19:03:42 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-17 19:03:42 +0000 |
commit | a6bdd56c5b098599942e4091ae7e2af2d4631b44 (patch) | |
tree | e0a23167aca0fb1127f4cd78edf458b633b31eac /man/XtSetKeyboardFocus.man | |
parent | 6a13c9e08bb042c81ae904c44a38a50d785c824e (diff) |
merge XFree86 4.3.0.1 to -CURRENT
Diffstat (limited to 'man/XtSetKeyboardFocus.man')
-rw-r--r-- | man/XtSetKeyboardFocus.man | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/man/XtSetKeyboardFocus.man b/man/XtSetKeyboardFocus.man index bd2a62c..94c6e6c 100644 --- a/man/XtSetKeyboardFocus.man +++ b/man/XtSetKeyboardFocus.man @@ -1,4 +1,4 @@ -.\" $Xorg: XtSetKFoc.man,v 1.4 2001/03/16 17:53:53 pookie Exp $ +.\" $Xorg: XtSetKFoc.man,v 1.3 2000/08/17 19:42:02 cpqbld Exp $ .\" .\" Copyright 1993 X Consortium .\" @@ -25,6 +25,9 @@ .\" not be used in advertising or otherwise to promote the sale, use or .\" other dealings in this Software without prior written authorization .\" from the X Consortium. +.\" +.\" $XFree86: xc/doc/man/Xt/XtSetKFoc.man,v 1.3 2002/10/12 16:06:41 herrb Exp $ +.\" .ds tk X Toolkit .ds xT X Toolkit Intrinsics \- C Language Interface .ds xI Intrinsics @@ -124,15 +127,15 @@ .el .sp 10p .. .ny0 -.TH XtSetKeyboardFocus 3Xt "Release 6.6" "X Version 11" "XT FUNCTIONS" +.TH XtSetKeyboardFocus 3Xt __xorgversion__ "XT FUNCTIONS" .SH NAME XtSetKeyboardFocus \- focus events on a child widget .SH SYNTAX -XtSetKeyboardFocus(\fIsubtree\fP\, \fIdescendant\fP) +XtSetKeyboardFocus(\fIsubtree\fP, \fIdescendant\fP) .br Widget \fIsubtree\fP, \fIdescendant\fP; .SH ARGUMENTS -.IP \fIdescendant\fP 1i +.IP \fIsubtree\fP 1i Specifies either the widget in the subtree structure which is to receive the keyboard event, or .ZN None . @@ -140,7 +143,7 @@ Note that it is not an error to specify .ZN None when no input focus was previously set. .ds Wi for which the keyboard focus is to be set -.IP \fIw\fP 1i +.IP \fIdescendant\fP 1i Specifies the widget \*(Wi. .SH DESCRIPTION If a future |