(C) 1998 AROS - The Amiga Research OS


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

IPTR SetGadgetAttrs ()

SYNOPSIS
struct Gadget * Gadget
struct Window * Window
struct Requester * Requester
ULONG tag1
...

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

INPUTS
Gadget
Change the attributes of this object
Window
The window the gadget is in
Requester
The Requester the gadget is in, may be NULL
value
pairs. The last attribute in this list must be TAG_END or TAG_DONE. The value for this last attribute is not examined (ie. you need not specify it).

RESULT
This value is non-zero if the gadget needs redrawing after the values have changed.

EXAMPLE

SEE ALSO
NewObject(), SetAttrs(), "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
09.07.1997 srittau
Addd SetGadgetAttrs().