NAME
SetRadioButtonNodeAttrsA -- Set attributes of a RadioButton node. (v40)
SYNOPSIS
VOID SetRadioButtonNodeAttrs(struct node *, tag, ...)
SetRadioButtonNodeAttrs(node, firsttag, ...)
VOID SetRadioButtonNodeAttrsA(struct node *, struct tagitem *)
SetRadioButtonNodeAttrsA(node, taglist)
FUNCTION
Changes attributes for a RadioButton node. since the radiobutton
class uses a private node structure, this is the only way to change
node attributes.
You may NOT change node attributes when the node is in a list
attached to a RadioButton gadget. You must first detach the list
with RADIOBUTTON_Labels, ~0 before you can change attributes, and
then re-attach the list.
TAGS
RBNA_Label (STRPTR)
INPUTS
node - node whose attributes you are changing.
taglist - tag list of attributes to change.
SEE ALSO
getradiobuttonnodeattrsa()