autoHideEmptyTabs
ab autoHideEmptyTabs boolean { t | nil }
Description
Automatically hides all the Annotation Browser tabs that are empty.
Even when no tab in the Annotation Browser has any marker to display and the
autoHideEmptyTabs environment variable is set to t, the Annotation Browser still displays at least one tab. The displayed tab is either the currently active tab or the one that is assigned the first position.GUI Equivalent
|
Auto Hide Empty Tabs (shortcut menu option in Annotation Browser) |
Examples
envGetVal("ab" "autoHideEmptyTabs")
envSetVal("ab" "autoHideEmptyTabs" 'boolean t)
Related Topics
Annotation Browser Shortcut Menus
List of Layout XL Environment Variables
Return to top