From 814f9015f8cf6ea5cfd440b7a8045ed6a56a4ca1 Mon Sep 17 00:00:00 2001 From: volzhs Date: Sun, 6 Dec 2020 03:12:24 +0900 Subject: Add option to draw all tabs in front --- doc/classes/TabContainer.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') 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 @@ If [code]true[/code], tabs are visible. If [code]false[/code], tabs' content and titles are hidden. + + If [code]true[/code], all tabs are drawn in front of the panel. If [code]false[/code], inactive tabs are drawn behind the panel. + 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. -- cgit v1.2.3