TRACK Mnemonic - Toggle Tracking On/Off (SYSGUI)

Syntax

'TRACK'(boolean)

Description

The 'TRACK' mnemonic toggles tracking on and off. By default the virtual coordinates always track with the window size. If the window is resized, the entire plotting surface is still visible but all drawn items expand or shrink to fit. The option to turn size tracking off is:

'TRACK'(0)

In this mode, the size of drawn items never changes when the window is resized. If the window is made smaller than the virtual drawing surface, scroll bars appear if permitted by the window creation flags (see BBjSysGui::addWindow and BBjWindow::addChildWindow). If size tracking is enabled (the default), it affects the 'VIRTUAL' mnemonic because any resizing of the window will force the virtual dimensions to match the window.

Tracking can also be changed via the BBjWindow::setTrack method, and it can be turned off by default with the window creation flag $80000000$, which will enable scrolling when paired with window creation flags $00000004$ (horizontal scrolling) or $00000008$ (vertical scrolling).

See Also

BBjWindow::setTrack

BBjSysGui::addWindow

BBjWindow::addChildWindow

Mnemonics - Alphabetical Listing

Mnemonics - Group Listing