NAME GetRadioButtonNodeAttrsA -- Get attributes about a RadioButton node. (v40) SYNOPSIS VOID GetRadioButtonNodeAttrs(struct node *, tag, ...) GetRadioButtonNodeAttrs(node, firsttag, ...) VOID GetRadioButtonNodeAttrsA(struct node *, struct tagitem *) GetRadioButtonNodeAttrsA(node, taglist) FUNCTION The RadioButton uses a private node structure and all attributes are hidden, and must therefore be accessed with this function. INPUTS node - The RadioButton node to get the information on. taglist - A tag list of attributes to get. ti_Tag is the attribute to get and ti_Data is a pointer to a location to copy the result to. SEE ALSO setradiobuttonnodeattrsa()