TOC PREV NEXT INDEX

UIeditSwitch

Synopsis

base type for specialized UIcursor objects

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

See Also Related Modules


TOC PREV NEXT INDEX