xvf_set_attributes - set multiple attributes of a GUI item
LIBRARY CALL
int xvf_set_attributes(
kform_struct *kformstruct,
kvalist)
INPUT
kformstruct - the generic kform_struct associated
with the GUI item (automatically generated
by conductor in the GUI Information Structure)
attribute - The attribute to be changed
value - value to which to set attribute
[attr/value]- as many additional attribute/value pairs as
desired
NULL - attribute/value pairs must be ended with NULL
OUTPUT
none
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
Sets attributes associated with GUI items and UIS
lines of GUI items supported by the xvforms library.
Note that the variable argument list of attribute/pairs
MUST be terminated by NULL.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DESIGN/objects/library/xvforms/src/attributes.c
SEE ALSO
xvforms(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.