kvf_vset_attributes - set attributes of GUI items / UIS lines using existing variable argument list
LIBRARY CALL
int kvf_vset_attributes(
kform_struct *kformstruct,
kva_list list)
INPUT
kformstruct - the generic kform_struct associated
with a form tree node
attribute, value - variable number of attribute/value pairs
list of pairs; MUST be terminated by NULL.
OUTPUT
none
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
Sets attributes associated with nodes in the form tree
when xvobjects for the GUI have not yet been created.