Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
speedbar.gadget
NAME
GetSpeedButtonNodeAttrsA
Get attributes about a SpeedBar node. (V40)
SYNOPSIS
VOID GetSpeedButtonNodeAttrs(
struct Node
*, Tag, ...)
GetSpeedButtonNodeAttrs(node, firsttag, ...)
VOID GetSpeedButtonNodeAttrsA(
struct Node
*,
struct TagItem
*)
GetSpeedButtonNodeAttrsA(node, taglist)
FUNCTION
The SpeedBar uses a private node structure and all attributes are hidden, and must therefore be accessed with this function.
INPUTS
node
The SpeedBar 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
SetSpeedButtonNodeAttrsA()