'\" t ...\" GetFocW.sgm /main/8 1996/09/08 20:46:05 rws $ .de P! .fl \!!1 setgray .fl \\&.\" .fl \!!0 setgray .fl \" force out current output buffer \!!save /psv exch def currentpoint translate 0 0 moveto \!!/showpage{}def .fl \" prolog .sy sed -e 's/^/!/' \\$1\" bring in postscript file \!!psv restore . .de pF .ie \\*(f1 .ds f1 \\n(.f .el .ie \\*(f2 .ds f2 \\n(.f .el .ie \\*(f3 .ds f3 \\n(.f .el .ie \\*(f4 .ds f4 \\n(.f .el .tm ? font overflow .ft \\$1 .. .de fP .ie !\\*(f4 \{\ . ft \\*(f4 . ds f4\" ' br \} .el .ie !\\*(f3 \{\ . ft \\*(f3 . ds f3\" ' br \} .el .ie !\\*(f2 \{\ . ft \\*(f2 . ds f2\" ' br \} .el .ie !\\*(f1 \{\ . ft \\*(f1 . ds f1\" ' br \} .el .tm ? font underflow .. .ds f1\" .ds f2\" .ds f3\" .ds f4\" .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n .TH "XmGetFocusWidget" "library call" .SH "NAME" \fBXmGetFocusWidget\fP \(em Returns the ID of the widget that has keyboard focus .iX "XmGetFocusWidget" .iX "traversal functions" "XmGetFocusWidget" .SH "SYNOPSIS" .PP .nf #include \fBWidget \fBXmGetFocusWidget\fP\fR( \fBWidget \fBwidget\fR\fR); .fi .SH "DESCRIPTION" .PP \fBXmGetFocusWidget\fP examines the hierarchy that contains the specified widget and returns the ID of the widget that has keyboard focus\&. The function extracts the widget ID from the associated Shell widget; therefore, the specified widget can be located anywhere in the hierarchy\&. .IP "\fIwidget\fP" 10 Specifies a widget ID within a given hierarchy .SH "RETURN" .PP Returns the ID of the widget with keyboard focus\&. If no child of the Shell has focus, the function returns NULL\&. .SH "RELATED" .PP \fBXmProcessTraversal\fP(3)\&. ...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:24