TABSET_STYLE
WTSupported in traditional Synergy on Windows
|
|
|
|
The TABSET_STYLE environment variable sets the initial style for all tabbed dialogs.
Value
(optional) One or more of the following styles, separated by commas: (n)
MULTILINE = Multiple lines of tabs
VERTICAL = Left or right side
BOTTOM = Bottom or right
RIGHT = Bottom or right
If TABSET_STYLE is set to nothing, the default style is used.
Discussion
If you’re using the SETLOG subroutine to set TABSET_STYLE, do so prior to calling the Toolkit U_START subroutine.
Setting location
The environment or the [synergy], [dbr], or [myprog] section of synergy.ini (where myprog is any .dbr file).
Used by
UI Toolkit
See also
- The DTS_DEFAULT subfunction of %TS_TABSET for setting the default tab set style at runtime
- The DTS_CREATE subfunction of %TS_TABSET for setting the tab set style per tab set and for descriptions of the various tab set styles
Examples
The following example sets the global default tab set style to contain multiple rows of vertical tabs, on the right side of the tabbed dialog.
[synergy] TABSET_STYLE=MULTILINE, VERTICAL, RIGHT