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