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()