a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 datatypes.library
  --background--
  --rexxhost--
  AddDTObject
  DisposeDTObject
  DoAsyncLayout
  DoDTMethodA
  DrawDTObjectA
  GetDTAttrsA
  GetDTMethods
  GetDTString
  GetDTTriggerMethods
  NewDTObjectA
  ObtainDTDrawInfoA
  ObtainDataTypeA
  PrintDTObjectA
  RefreshDTObjectA
  ReleaseDTDrawInfo
  ReleaseDataType
  RemoveDTObject
  SetDTAttrsA
Include
GuruMeditation
Docs » Autodocs » datatypes.library » SetDTAttrsA

NAME

	SetDTAttrsA - Set attributes for an object.             (V39)

SYNOPSIS

	retval = SetDTAttrsA (o, win, req, attrs);
d0 a0 a1 a2 a3
ULONG SetDTAttrsA (Object *, struct Window *, struct Requester *,
struct TagItem *);
retval = SetDTAttrs (o, win, req, tag1, ...);
ULONG SetDTAttrs (Object *, struct Window *, struct Requester *,
Tag tag1, ...);

FUNCTION

	This function is used to set the attributes of a data type
object.

INPUTS

	o - Pointer to an object as returned by NewDTObjectA().
win - Window that the object has been added to.
attrs - Attributes to set, terminated with TAG_DONE.

TAGS

	see <datatypes/datatypesclass.h> for tags.

SEE ALSO

GetDTAttrsA(), intuition.library/SetGadgetAttrsA()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Fairlight

CSL
FLT
PHA
RZR

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se