NAME
        SetAmigaGuideAttrsA - Set an AmigaGuide attribute.      (V34)
    SYNOPSIS
        retval = SetAmigaGuideAttrsA (handle, attrs);
        d0                             a0      a1
        LONG SetAmigaGuideAttrsA (AMIGAGUIDECONTEXT, struct TagItem *);
        retval = SetAmigaGuideAttrs (handle, tag1, ...);
        LONG SetAmigaGuideAttrs (AMIGAGUIDECONTEXT, Tag, ...);
    FUNCTION
        This function is used to set AmigaGuide attributes.
    INPUTS
        handle -- Pointer to an AmigaGuide handle.
        attrs -- Attribute pairs to set.
    TAGS
        AGA_Activate (BOOL) - AmigaGuide activates the window when
            it receives a LINK command.  This tag allows the
            application developer to turn that feature off and on.
    SEE ALSO
        GetAmigaGuideAttr()