r3propwi

r3propwi

Class

real/widget/r3propwi.h

Library

r3wid

See Also

oops/r3window.h

Super Class

r3Window

R3CLID_WINDOW

JavaScript

r3Propswin

Class Identifier

R3CLID_PROPSWIN - 225

Methods

Attributes

NoTab, CurrentProps, SynchronizeToLayer,

NoTab

Attribute

NoTab

Identifier

R3PROPWIA_NoTab

JavaScript type

Integer

C type

R3INT

Description

'R3PROPWIA_NoTab' not documented

Syntax


jsobj.SetNoTab(value);
value = jsobj.GetNoTab();


R3INT value = ...;
R3SetAttrs(r3obj, R3PROPWIA_NoTab, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3PROPWIA_NoTab, &value, R3TAG_END);

CurrentProps

Attribute

CurrentProps

Identifier

R3PROPWIA_CurrentProps

JavaScript type

Integer

C type

R3INT

Description

'R3PROPWIA_CurrentProps' not documented

Syntax


jsobj.SetCurrentProps(value);
value = jsobj.GetCurrentProps();


R3INT value = ...;
R3SetAttrs(r3obj, R3PROPWIA_CurrentProps, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3PROPWIA_CurrentProps, &value, R3TAG_END);

SynchronizeToLayer

Attribute

SynchronizeToLayer

Identifier

R3PROPWIA_SynchronizeToLayer

JavaScript type

Boolean

C type

R3BOOL

Description

tab synchronized to current props

Syntax


value = jsobj.GetSynchronizeToLayer();


R3BOOL value;
R3GetAttrs(r3obj, R3PROPWIA_SynchronizeToLayer, &value, R3TAG_END);