GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmImVaSetValues(3) FreeBSD Library Functions Manual XmImVaSetValues(3)

XmImVaSetValues — An input manager function that updates attributes of an input context

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

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 attributes. 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) calling convention. 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 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.

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

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.