Browse Source

Clarify usage of TabContainer

Makes it more clear that TabBar is separate from TabContainer, and that the container draws the tabs itself.
zacryol 3 years ago
parent
commit
5c645d510f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/classes/TabContainer.xml

+ 2 - 1
doc/classes/TabContainer.xml

@@ -4,8 +4,9 @@
 		Tabbed container.
 		Tabbed container.
 	</brief_description>
 	</brief_description>
 	<description>
 	<description>
-		Sets the active tab's [code]visible[/code] property to the value [code]true[/code]. Sets all other children's to [code]false[/code].
+		Arranges [Control] children into a tabbed view, creating a tab for each one. The active tab's corresponding [Control] has its [code]visible[/code] property set to [code]true[/code], and all other children's to [code]false[/code].
 		Ignores non-[Control] children.
 		Ignores non-[Control] children.
+		[b]Note:[/b] The drawing of the clickable tabs themselves is handled by this node. Adding [TabBar]s as children is not needed.
 	</description>
 	</description>
 	<tutorials>
 	<tutorials>
 	</tutorials>
 	</tutorials>