summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-12-10 07:55:41 +0100
committerGitHub <noreply@github.com>2020-12-10 07:55:41 +0100
commit70c435272a3e7fa0071ede65bbcfa06223d93df9 (patch)
treec07b066a68f2dca24e39d3c36fcb1854fe0ddf7d /doc
parentd8825fb253dbdf8b149f678b35a45fb3763a0d97 (diff)
parent814f9015f8cf6ea5cfd440b7a8045ed6a56a4ca1 (diff)
Merge pull request #44124 from volzhs/tabs-in-front
Add option to draw all tabs in front
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/TabContainer.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/TabContainer.xml b/doc/classes/TabContainer.xml
index 9f45a361f3..c9ed1aaec9 100644
--- a/doc/classes/TabContainer.xml
+++ b/doc/classes/TabContainer.xml
@@ -149,6 +149,9 @@
<member name="tabs_visible" type="bool" setter="set_tabs_visible" getter="are_tabs_visible" default="true">
If [code]true[/code], tabs are visible. If [code]false[/code], tabs' content and titles are hidden.
</member>
+ <member name="all_tabs_in_front" type="bool" setter="set_all_tabs_in_front" getter="is_all_tabs_in_front" default="false">
+ If [code]true[/code], all tabs are drawn in front of the panel. If [code]false[/code], inactive tabs are drawn behind the panel.
+ </member>
<member name="use_hidden_tabs_for_min_size" type="bool" setter="set_use_hidden_tabs_for_min_size" getter="get_use_hidden_tabs_for_min_size" default="false">
If [code]true[/code], children [Control] nodes that are hidden have their minimum size take into account in the total, instead of only the currently visible one.
</member>