*SetDefaultPageLayout()

Specifies the default window arrangement.

Syntax

*SetDefaultPageLayout (configuration)

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Inputs

configuration
A number between 1 and 20 that corresponds to a layout on the Layout dialog.


Figure 1.


Figure 2.


Figure 3.


Figure 4.


Figure 5.

Context

*BeginDefaults()

Example

*BeginDefaults()
	*SetAutoSaveInterval(0)
	*SetDefaultPageLayout(1)
	*SetDefaultPSFile("data.ps")
	*SetDefaultPrinterOrientation(Landscape)
	• • •
*EndDefaults()

Comments

*SetDefaultPageLayout() is a general default statement.

Window positions are assigned according to the order of the window blocks in the script. Window positions are assigned from left to right, top to bottom starting with the first window block.

Up to six windows can be specified regardless of the specified layout. The extra windows are displayed when the layout is changed to accommodate them.