optionFormsStayOnTop
ui optionFormsStayOnTop boolean { t | nil }
Description
Specifies whether the option forms should stay on top of all windows, including the non-Virtuoso windows. The default is nil.
To ensure that all option forms follow the same behavior, the environment variable value passed to the first option form issued for all following option forms.
GUI Equivalent
Examples
envGetVal("ui" "optionFormsStayOnTop")
envSetVal("ui" "optionFormsStayOnTop" 'boolean t)
Return to top