Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
radiobutton.gadget
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()