Skip to content

Commit b982947

Browse files
Added documentation for DockAreaDynamicTabsMenuButtonVisibility to user-guide.md
1 parent bc2ac48 commit b982947

3 files changed

+13
-0
lines changed
Loading
Loading

doc/user-guide.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- [`DockAreaHasUndockButton`](#dockareahasundockbutton)
2020
- [`DockAreaHasTabsMenuButton`](#dockareahastabsmenubutton)
2121
- [`DockAreaHideDisabledButtons`](#dockareahidedisabledbuttons)
22+
- [`DockAreaDynamicTabsMenuButtonVisibility`](#dockareadynamictabsmenubuttonvisibility)
2223

2324
## Configuration Flags
2425

@@ -242,3 +243,15 @@ If the flag is set, disabled dock area buttons will not appear on the toolbar at
242243
all - they are hidden.
243244

244245
![DockAreaHideDisabledButtons true](cfg_flag_DockAreaHideDisabledButtons_true.png)
246+
247+
### `DockAreaDynamicTabsMenuButtonVisibility`
248+
249+
If this flag is cleared, the the tabs menu button is always visible. This is
250+
the default setting. If the flag is set, the tabs menu button will be shown
251+
only when it is required - that means, if the tabs are elided.
252+
253+
![DockAreaDynamicTabsMenuButtonVisibility false](cfg_flag_DockAreaDynamicTabsMenuButtonVisibility_true_visible.png)
254+
255+
If the tabs are not elided, the tabs menu button is hidden.
256+
257+
![DockAreaDynamicTabsMenuButtonVisibility false](cfg_flag_DockAreaDynamicTabsMenuButtonVisibility_true_hidden.png)

0 commit comments

Comments
 (0)