Programmer Guide/Shell Items/Display/SET DISPLAY/WIDTH

From STX Wiki
< Programmer Guide‎ | Shell Items‎ | Display‎ | SET DISPLAY
Revision as of 16:59, 22 January 2019 by Jw (talk | contribs) (Created page with "Set the width of a display row's columns. SET <var>display</var> WIDTH <var>row</var>|* <var>left</var> <var>right</var> Set the width of the columns of the specified row (...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Set the width of a display row's columns.

SET display WIDTH row|* left right

Set the width of the columns of the specified row (row ³ 0) or all split rows (row = *). The column splitter position is computed using:

pos = left / (left + right) × display_window_width.
left The relative width of the left column (left ≥ 0).
right The relative width of the right column (right ≥ 0).

Navigation menu

Personal tools