Blame doc/man/man3/XmImVaSetFocusValues.3

Packit b099d7
'\" t
Packit b099d7
...\" ImVaSetF.sgm /main/9 1996/09/08 20:48:51 rws $
Packit b099d7
.de P!
Packit b099d7
.fl
Packit b099d7
\!!1 setgray
Packit b099d7
.fl
Packit b099d7
\\&.\"
Packit b099d7
.fl
Packit b099d7
\!!0 setgray
Packit b099d7
.fl			\" force out current output buffer
Packit b099d7
\!!save /psv exch def currentpoint translate 0 0 moveto
Packit b099d7
\!!/showpage{}def
Packit b099d7
.fl			\" prolog
Packit b099d7
.sy sed -e 's/^/!/' \\$1\" bring in postscript file
Packit b099d7
\!!psv restore
Packit b099d7
.
Packit b099d7
.de pF
Packit b099d7
.ie     ?\\*(f1?? .ds f1 \\n(.f
Packit b099d7
.el .ie ?\\*(f2?? .ds f2 \\n(.f
Packit b099d7
.el .ie ?\\*(f3?? .ds f3 \\n(.f
Packit b099d7
.el .ie ?\\*(f4?? .ds f4 \\n(.f
Packit b099d7
.el .tm ? font overflow
Packit b099d7
.ft \\$1
Packit b099d7
..
Packit b099d7
.de fP
Packit b099d7
.ie     !?\\*(f4?? \{\
Packit b099d7
.	ft \\*(f4
Packit b099d7
.	ds f4\"
Packit b099d7
'	br \}
Packit b099d7
.el .ie !?\\*(f3?? \{\
Packit b099d7
.	ft \\*(f3
Packit b099d7
.	ds f3\"
Packit b099d7
'	br \}
Packit b099d7
.el .ie !?\\*(f2?? \{\
Packit b099d7
.	ft \\*(f2
Packit b099d7
.	ds f2\"
Packit b099d7
'	br \}
Packit b099d7
.el .ie !?\\*(f1?? \{\
Packit b099d7
.	ft \\*(f1
Packit b099d7
.	ds f1\"
Packit b099d7
'	br \}
Packit b099d7
.el .tm ? font underflow
Packit b099d7
..
Packit b099d7
.ds f1\"
Packit b099d7
.ds f2\"
Packit b099d7
.ds f3\"
Packit b099d7
.ds f4\"
Packit b099d7
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 
Packit b099d7
.TH "XmImVaSetFocusValues" "library call"
Packit b099d7
.SH "NAME"
Packit b099d7
\fBXmImVaSetFocusValues\fP \(em An input manager function that notifies an
Packit b099d7
input manager that a widget has received input focus and updates the input
Packit b099d7
context attributes
Packit b099d7
.iX "XmImVaSetFocusValues"
Packit b099d7
.iX "input manager functions" "XmImVaSetFocusValues"
Packit b099d7
.SH "SYNOPSIS"
Packit b099d7
.PP
Packit b099d7
.nf
Packit b099d7
#include <Xm/XmIm\&.h>
Packit b099d7
\fBvoid \fBXmImVaSetFocusValues\fP\fR(
Packit b099d7
\fBWidget \fBwidget\fR\fR);
Packit b099d7
.fi
Packit b099d7
.SH "DESCRIPTION"
Packit b099d7
.PP
Packit b099d7
\fBXmImVaSetFocusValues\fP notifies the input manager that the
Packit b099d7
specified widget has received input focus\&. This function also updates the
Packit b099d7
attributes of the input context associated with the widget\&. This
Packit b099d7
function passes the attributes and values to \fBXICSetValues\fP\&. The
Packit b099d7
caller of this routine should pass in only those values that have changed
Packit b099d7
since the last call to any of these functions; \fBXmImVaSetValues\fP,
Packit b099d7
\fBXmImVaSetFocusValues\fP, \fBXmImSetValues\fP, or \fBXmImSetFocusValues\fP\&.
Packit b099d7
See the description in the \fBXmImSetValues\fP(3) reference page for a list of
Packit b099d7
associated resources\&.
Packit b099d7
.PP
Packit b099d7
This routine uses the ANSI C variable-length argument list (varargs) calling
Packit b099d7
conventions\&. The variable-length argument list consists of groups
Packit b099d7
of arguments each of which contains an attribute followed by the
Packit b099d7
value of the attribute\&. The last argument in the list must be NULL
Packit b099d7
.PP
Packit b099d7
Note that the List and TextField widgets call the
Packit b099d7
\fBXmImVaSetFocusValues\fP function when they receive focus\&. Therefore,
Packit b099d7
further calls to the \fBXmImVaSetFocusValues\fP function for these
Packit b099d7
widgets are unnecessary\&.
Packit b099d7
.IP "\fIwidget\fP" 10
Packit b099d7
Specifies the ID of the widget registered with the input manager
Packit b099d7
.PP
Packit b099d7
For more information on variable-length argument lists, see the
Packit b099d7
X Toolkit Intrinsics documentation\&.
Packit b099d7
.SH "RELATED"
Packit b099d7
.PP
Packit b099d7
\fBXmImSetFocusValues\fP(3),
Packit b099d7
\fBXmImSetValues\fP(3), and
Packit b099d7
\fBXmImVaSetValues\fP(3)\&.
Packit b099d7
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:25