r3ibar

r3cbar
r3sbar

r3ibar

Class

real/widget/r3ibar.h

Library

r3wid

Description:

Base class for all interactor bars

See Also

oops/r3window.h

Super Class

r3Window

R3CLID_WINDOW

JavaScript

r3Interactorbar

Class Identifier

R3CLID_INTERACTORBAR - 1315

Methods

INSTALLGADGET, ADDCONTROLS,

Attributes

ClidCount,

R3IBCM_INSTALLGADGET

Method

INSTALLGADGET

Identifier

R3IBCM_INSTALLGADGET

Return

R3BOOL, true if succeeded

Param 1:

R3CLID, class id of the interactor

Param 3:

R3CLID, class id of the gadget

JavaScript

rc = obj.INSTALLGADGET(p1, p3);

Description

Class method which can be used for registering new * interactor specific gadgets into the status bar. Gadget corresponding to the current interactor is shown.

R3IBM_ADDCONTROLS

Method

ADDCONTROLS

Identifier

R3IBM_ADDCONTROLS

Param 1:

R3INT, orientation

Param 2:

R3OBJ*, window

Param 3:

R3OBJ*, packer

JavaScript

obj.ADDCONTROLS(p1, p2, p3);

Description

ClidCount

Attribute

ClidCount

Identifier

R3IBA_ClidCount

JavaScript type

Integer

C type

R3INT

Description

number of clids in the array

Syntax


value = jsobj.GetClidCount();


R3INT value;
R3GetAttrs(r3obj, R3IBA_ClidCount, &value, R3TAG_END);

Tags

Tags

R3IBA_TopPacker