bottomAsstSpansFullWidth
ui bottomAsstSpansFullWidth boolean { t | nil }
Description
Determines the width of the assistant that is displayed at the bottom of a window. It displays the assistant at the bottom along the entire bottom area of the window.
The default is nil, which means that the assistant at the bottom lies between the left and right assistants.
GUI Equivalent
Examples
envGetVal("ui" "bottomAsstSpansFullWidth")
envSetVal("ui" "bottomAsstSpansFullWidth" 'boolean t)
Return to top