r3llayga

r3llayga

Class

real/gadget/r3llayga.h

Library

r3gad

Description:

List layer gadget.

See Also

oops/r3gadget.h

Super Class

r3Gadget

R3CLID_GADGET

JavaScript

r3Listlayergadget

Class Identifier

R3CLID_LISTLAYERGADGET - 77

Methods

Attributes

FilterObject, FilterMethod,

FilterObject

Attribute

FilterObject

Identifier

R3LLGA_FilterObject

JavaScript type

Object

C type

R3OBJ*

Description

Syntax


jsobj.SetFilterObject(value);


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

FilterMethod

Attribute

FilterMethod

Identifier

R3LLGA_FilterMethod

JavaScript type

Integer

C type

R3INT

Description

Syntax


jsobj.SetFilterMethod(value);


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