(C) 1998 AROS - The Amiga Research OS


NAME
#include <intuition/classusr.h>
#include <proto/boopsi.h>

ULONG SetAttrsA (object , tagList)

LOCATION
In BOOPSIBase at offset 14

SYNOPSIS
APTR object
struct TagItem * tagList

FUNCTION
Changes several attributes of an object at the same time. How the object interprets the new attributes depends on the class.

INPUTS
object
Change the attributes of this object
tagList
This is a list of attribute/value-pairs

RESULT
Depends in the class. For gadgets, this value is non-zero if they need redrawing after the values have changed. Other classes will define other return values.

EXAMPLE

SEE ALSO
NewObject(), DisposeObject(), GetAttr(), MakeClass(), "Basic Object-Oriented Programming System for Intuition" and "boopsi Class Reference" Dokument.

NOTES
This function sends OM_SET to the object.

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
23.10.1997 digulla
Added files from iaint