r3winprp

r3winprp

Class

real/widget/r3winprp.h

Library

r3wid

Description:

View property window. This window shows view specific options for orientation, rendering etc.

See Also

oops/r3window.h

Super Class

r3Window

R3CLID_WINDOW

JavaScript

r3Winprop

Class Identifier

R3CLID_WINPROP - 91

Methods

ADDCANVASGADGET, UPDATEWHENIDLE,

Attributes

R3WINPROPCM_ADDCANVASGADGET

Method

ADDCANVASGADGET

Identifier

R3WINPROPCM_ADDCANVASGADGET

Return

R3BOOL, TRUE if succeeded.

Param 1:

R3INT, class id of the canvas

Param 2:

R3INT, class id of the canvas model

Param 3:

R3INT, class id of the canvas gadget

JavaScript

rc = obj.ADDCANVASGADGET(p1, p2, p3);

Description

Add gadget for viewing canvas specific options. When the user makes a canvas the current rendering canvas, the corresponding gadget is shown in the view property window allowing the user to access canvas specific options.

R3WINPROPM_UPDATEWHENIDLE

Method

UPDATEWHENIDLE

Identifier

R3WINPROPM_UPDATEWHENIDLE

JavaScript

obj.UPDATEWHENIDLE();

Description

Registry function