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

FreeBSD Manual Pages

  
 
  

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

NAME
     XmImVaSetValues  -- An input manager function that updates attributes of an
     input context

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

DESCRIPTION
     XmImVaSetValues updates attributes of the input context associated with the
     specified widget. This function passes the attributes to XICSetValues.  The
     initial  call  to	this routine should pass in all of the input context at-
     tributes. Thereafter, the application programmer calls XmImVaSetValues only
     if a value has changed. See the description  in  the  XmImSetValues(3)  man
     page for a list of associated resources.

     This  routine uses the ANSI C variable-length argument list (varargs) call-
     ing convention. The variable-length argument list consists of groups of ar-
     guments 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 XmImVaSetValues function
     internally. Therefore, further calls to the  XmImVaSetValues  function  for
     these widgets are unnecessary.

     widget    Specifies the ID of the widget registered with the input manager

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

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

							      XmImVaSetValues(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmImVaSetValues&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help