aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md
index fe613407..958c69a0 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -7795,6 +7795,12 @@ Utilities for interacting with Textadept's user interface.
### Fields defined by `ui`
+<a id="ui.SHOW_ALL_TABS"></a>
+#### `ui.SHOW_ALL_TABS` (number)
+
+
+
+
<a id="ui.buffer_statusbar_text"></a>
#### `ui.buffer_statusbar_text` (string, Write-only)
@@ -7844,6 +7850,8 @@ The context menu for the buffer's tab, a [`ui.menu()`](#ui.menu).
Whether or not to display the tab bar when multiple buffers are open.
The default value is `true`.
+ A third option, `ui.SHOW_ALL_TABS` may be used to always show the tab bar,
+ even if only one buffer is open.
<a id="ui.title"></a>
#### `ui.title` (string, Write-only)