diff --git a/doc/classes/Tabs.xml b/doc/classes/Tabs.xml index e8cd447a914..c172b9dedf4 100644 --- a/doc/classes/Tabs.xml +++ b/doc/classes/Tabs.xml @@ -19,6 +19,7 @@ + Adds a new tab. @@ -27,6 +28,7 @@ + Moves the Scroll view to make the tab visible. @@ -39,6 +41,7 @@ + Returns the number of tabs. @@ -47,6 +50,7 @@ + Returns [code]true[/code] if the tab at index [code]tab_idx[/code] is disabled. @@ -55,6 +59,7 @@ + Returns the [Texture] for the tab at index [code]tab_idx[/code] or null if the tab has no [Texture]. @@ -78,6 +83,7 @@ + Returns the title of the tab at index [code]tab_idx[/code]. Tab titles default to the name of the indexed child node, but this can be overridden with [method set_tab_title]. @@ -97,6 +103,7 @@ + Removes tab at index [code]tab_idx[/code] @@ -107,6 +114,7 @@ + If [code]disabled[/code] is false, hides the tab at index [code]tab_idx[/code]. Note that its title text will remain, unless also removed with [method set_tab_title]. @@ -117,6 +125,7 @@ + Sets an icon for the tab at index [code]tab_idx[/code]. @@ -127,15 +136,18 @@ + Sets a title for the tab at index [code]tab_idx[/code]. + Select tab at index [code]tab_idx[/code]. + The alignment of all tabs. See enum [code]TabAlign[/code] constants for details. @@ -180,10 +192,13 @@ + Align the tabs to the left. + Align the tabs to the center. + Align the tabs to the right.