Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmImVaSetFocusValues(3)	   Library Functions Manual    XmImVaSetFocusValues(3)

NAME
       XmImVaSetFocusValues  --	An input manager function that notifies	an in-
       put manager that	a widget has received input focus and updates the  in-
       put context attributes

SYNOPSIS
       #include	<Xm/XmIm.h>
       void XmImVaSetFocusValues(
       Widget widget);

DESCRIPTION
       XmImVaSetFocusValues notifies the input manager that the	specified wid-
       get 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 XICSetValues. The caller of	 this  routine
       should  pass in only those values that have changed since the last call
       to any of these functions; XmImVaSetValues, XmImVaSetFocusValues, XmIm-
       SetValues,  or XmImSetFocusValues.  See the description in the XmImSet-
       Values(3) reference page	for a list of associated resources.

       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

       Note  that the List and TextField widgets call the XmImVaSetFocusValues
       function	when they receive focus. Therefore, further calls to the XmIm-
       VaSetFocusValues	function for these widgets are unnecessary.

       widget	 Specifies the ID of the widget	registered with	the input man-
		 ager

       For more	information on variable-length argument	lists, see the X Tool-
       kit Intrinsics documentation.

RELATED
       XmImSetFocusValues(3), XmImSetValues(3),	and XmImVaSetValues(3).

						       XmImVaSetFocusValues(3)

NAME | SYNOPSIS | DESCRIPTION | RELATED

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmImVaSetFocusValues&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help