r3sdstypegadget

r3sdstypegadget

Class

real/gadget/r3sdstypegadget.h

Library

r3gad

Description:

SDS type gadget

See Also

oops/r3gadget.h

Super Class

r3Gadget

R3CLID_GADGET

JavaScript

r3Sdstypegadget

Class Identifier

R3CLID_SDSTYPEGADGET - 1857

Methods

Attributes

Type,

Registration

int R3RegisterSDSTypeGadgetClass(R3APP *app);

Type

Attribute

Type

Identifier

R3SDSTYPEGA_Type

JavaScript type

Integer

C type

R3INT

Description

Syntax


jsobj.SetType(value);
value = jsobj.GetType();


R3INT value = ...;
R3SetAttrs(r3obj, R3SDSTYPEGA_Type, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3SDSTYPEGA_Type, &value, R3TAG_END);