DTK_MENU_UP
Disable automatic pull-down menus
WTSupported in traditional Synergy on Windows
|
|
|
|
The DTK_MENU_UP environment variable disables the automatic pull-down of menus.
Value
Contains any value if the menu should not be pulled down automatically when UI Toolkit’s M_PROCESS subroutine is called.
Discussion
Setting DTK_MENU_UP to any value disables automatic pull-down of menus. The default is not set, which means automatic pull-downs are enabled. Calling the UI Toolkit menu subroutine M_DEFCOL(0) has the same effect as setting DTK_MENU_UP.
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
M_DEFCOL routine for instructions on setting a default pull-down menu column or entry
Examples
If set at the command prompt,
set DTK_MENU_UP=1