[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

SetAttrsA

Specify attribute values for an object.

Declaration

Source position: intuition.pas line 3295

function SetAttrsA(

  Object_: APTR;

  TagList: PTagItem

):IPTR;

Arguments

Object_

  

An abstract pointer to a boopsi object.

TagList

  

Array of TagItem structures with attribute/value pairs.

Function result

The object does whatever it wants with the attributes you provide. The return value tends to be non-zero if the changes would require refreshing gadget imagery, if the object is a gadget.

Description

Specifies a set of attribute/value pairs with meaning as defined by a 'boopsi' object's class.

This function does not provide enough context information or arbitration for boopsi gadgets which are attached to windows or requesters. For those objects, use SetGadgetAttrsA().

Note: This function invokes the OM_SET method with a nil GadgetInfo parameter.

See also

SetAttrs

  

Varargs Version of SetAttrsA()

NewObject

  

Varargs version of NewObjectA()

DisposeObject

  

Deletes a 'boopsi' object.

GetAttr

  

Inquire the value of some attribute of an object.

MakeClass

  

Create and initialize a boopsi class.


Documentation generated on: 2017-01-10