r3edtcyc

r3edtcyc

Class

oops/r3edtcyc.h

Library

r3oops

Description:

Editcycle Gadget Class.

See Also

oops/r3osgdgt.h

Super Class

r3Osgadget

R3CLID_OSGADGET

JavaScript

r3Editcycle

Class Identifier

R3CLID_EDITCYCLE - 36

Attributes

String, Labels,

Registration

int R3RegisterEditCycleClass(R3APP *app);

String

Attribute

String

Identifier

R3ECYA_String

JavaScript type

String

C type

char[]

Description

current string

Syntax


jsobj.SetString(value);
value = jsobj.GetString();


char[] value = ...;
R3SetAttrs(r3obj, R3ECYA_String, value, R3TAG_END);
char[] value;
R3GetAttrs(r3obj, R3ECYA_String, &value, R3TAG_END);

Labels

Attribute

Labels

Identifier

R3ECYA_Labels

JavaScript type

String

C type

char*[]

Description

null terminated array of string pointers

Syntax


jsobj.SetLabels(value);


char*[] value = ...;
R3SetAttrs(r3obj, R3ECYA_Labels, value, R3TAG_END);

How the gadget was changed

R3ECYR_MENUSELECTED