Blob Blame History Raw
'\" t
...\" ImVaSetF.sgm /main/9 1996/09/08 20:48:51 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 "XmImVaSetFocusValues" "library call"
.SH "NAME"
\fBXmImVaSetFocusValues\fP \(em An input manager function that notifies an
input manager that a widget has received input focus and updates the input
context attributes
.iX "XmImVaSetFocusValues"
.iX "input manager functions" "XmImVaSetFocusValues"
.SH "SYNOPSIS"
.PP
.nf
#include <Xm/XmIm\&.h>
\fBvoid \fBXmImVaSetFocusValues\fP\fR(
\fBWidget \fBwidget\fR\fR);
.fi
.SH "DESCRIPTION"
.PP
\fBXmImVaSetFocusValues\fP notifies the input manager that the
specified widget has received input focus\&. This function also updates the
attributes of the input context associated with the widget\&. This
function passes the attributes and values to \fBXICSetValues\fP\&. The
caller of this routine should pass in only those values that have changed
since the last call to any of these functions; \fBXmImVaSetValues\fP,
\fBXmImVaSetFocusValues\fP, \fBXmImSetValues\fP, or \fBXmImSetFocusValues\fP\&.
See the description in the \fBXmImSetValues\fP(3) reference page for a list of
associated resources\&.
.PP
This routine uses the ANSI C variable-length argument list (varargs) calling
conventions\&. The variable-length argument list consists of groups
of arguments each of which contains an attribute followed by the
value of the attribute\&. The last argument in the list must be NULL
.PP
Note that the List and TextField widgets call the
\fBXmImVaSetFocusValues\fP function when they receive focus\&. Therefore,
further calls to the \fBXmImVaSetFocusValues\fP function for these
widgets are unnecessary\&.
.IP "\fIwidget\fP" 10
Specifies the ID of the widget registered with the input manager
.PP
For more information on variable-length argument lists, see the
X Toolkit Intrinsics documentation\&.
.SH "RELATED"
.PP
\fBXmImSetFocusValues\fP(3),
\fBXmImSetValues\fP(3), and
\fBXmImVaSetValues\fP(3)\&.
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:25