(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/oop.h>

IPTR SetAttrs (object , attrList)

LOCATION
In OOPBase at offset 17

SYNOPSIS
Object * object
struct TagItem * attrList

FUNCTION
Sets the object's attributes as specified in the supplied taglist.

INPUTS
object
pointer to a object in whih we want to set attributes.
tagList
List of attributes an their new values.

RESULT
Undefined.

EXAMPLE

SEE ALSO
DisposeObject()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
23.09.1998 nlorentz
Added SetAttrs() and GetAttr() functions