r3thumbng

r3thumbng

Class

real/gadget/r3thumbng.h

Library

r3gad

Description:

Gadget for Thumbnail model

See Also

oops/r3gadget.h

Super Class

r3Gadget

R3CLID_GADGET

JavaScript

r3Thumbnailgadget

Class Identifier

R3CLID_THUMBNAILGADGET - 1736

Methods

Attributes

ReadOnly, UpdateImageObj, UpdateImageMth,

Registration

int R3RegisterThumbnailGadgetClass(R3APP *app);

ReadOnly

Attribute

ReadOnly

Identifier

R3THNGA_ReadOnly

JavaScript type

Boolean

C type

R3BOOL

Description

Syntax


jsobj.SetReadOnly(value);


R3BOOL value = ...;
R3SetAttrs(r3obj, R3THNGA_ReadOnly, value, R3TAG_END);

UpdateImageObj

Attribute

UpdateImageObj

Identifier

R3THNGA_UpdateImageObj

JavaScript type

Object

C type

R3OBJ*

Description

Syntax


jsobj.SetUpdateImageObj(value);


R3OBJ* value = ...;
R3SetAttrs(r3obj, R3THNGA_UpdateImageObj, value, R3TAG_END);

UpdateImageMth

Attribute

UpdateImageMth

Identifier

R3THNGA_UpdateImageMth

JavaScript type

Integer

C type

R3INT

Description

callback for updating the thumbnail image

Syntax


jsobj.SetUpdateImageMth(value);


R3INT value = ...;
R3SetAttrs(r3obj, R3THNGA_UpdateImageMth, value, R3TAG_END);