r3dsrwin

r3dsrwin

Class

real/widget/r3dsrwin.h

Library

r3wid

Description:

Available GUI objects.

See Also

oops/r3window.h

Super Class

r3Window

R3CLID_WINDOW

JavaScript

r3Dragsourcewindow

Class Identifier

R3CLID_DRAGSOURCEWINDOW - 867

Methods

SETTAB, REGISTERGROUP,

Attributes

R3DSRWM_SETTAB

Method

SETTAB

Identifier

R3DSRWM_SETTAB

JavaScript

obj.SETTAB();

Description

R3DSRWCM_REGISTERGROUP

Method

REGISTERGROUP

Identifier

R3DSRWCM_REGISTERGROUP

Return

R3BOOL, true if succeeded.

Param 1:

char*, name for the group

Param 2:

char*, tool tip

Param 3:

R3INT, unique group identifier (whatever tag from our tag space)

JavaScript

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

Description

Register new group for the available objects window. Drop tools can specify their group referring to the group identifier using their R3DROPTOOLA_Group attribute.

predefined group ids for avail object

R3AVAILGROUP_WINDOW
R3AVAILGROUP_GEOMETRYMANAGER
R3AVAILGROUP_APPWIN
R3AVAILGROUP_MACRO
R3AVAILGROUP_TOOL
R3AVAILGROUP_MISC