(C) 1998 AROS - The Amiga Research OS
NAME
#include <exec/types.h>
#include <proto/gadtools.h>
#include <intuition/intuition.h>
#include <utility/tagitem.h>
LONG GT_GetGadgetAttrsA (gad , win , req , taglist)
LOCATION
In GadToolsBase at offset 29
SYNOPSIS
struct Gadget * gad
struct Window * win
struct Requester * req
struct TagItem * taglist
FUNCTION
Get a list of attributes from a specific gadget.
INPUTS
gad
the gadget from which to get attributes
win
the window, in which the gadget is
req
the requester, in which the gadget is, or NULL
taglist
the list of attributes to get. ti_Tag specifies the attribute and ti_Data is a pointer to an IPTR, where the data is to be stored
RESULT
The number of attributes, which were filled correctly.
EXAMPLE
SEE ALSO
GT _SetGadgetAttrsA(), intuition.library/ GetAttr()
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
21.07.1997 srittau
First version that works.
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision