UIeditSwitch


Synopsis

an internal object used to link to the layout editor

group UIeditSwitch<NEvisible=0> {
Boolean isActive;
group *layoutWin;
int *contextId;
};

Description

This object is used internally by AVS/Express to control the layout editor when invoked from the Network Editor menu.

Subobjects

isActive

Boolean. If =1, layout editing is enabled. If = 0, layout editing is disabled. The default is 0.

*layoutWin

Pointer to the layout window being edited.

*contextId

Pointer to the current layout window context.

Example

Not available.

File

v/UI.v