Doc Tabs
This commit is contained in:
parent
b95f0e61e0
commit
3a875d3200
|
@ -19,6 +19,7 @@
|
||||||
<argument index="1" name="icon" type="Texture" default="null">
|
<argument index="1" name="icon" type="Texture" default="null">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Adds a new tab.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="ensure_tab_visible">
|
<method name="ensure_tab_visible">
|
||||||
|
@ -27,6 +28,7 @@
|
||||||
<argument index="0" name="idx" type="int">
|
<argument index="0" name="idx" type="int">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Moves the Scroll view to make the tab visible.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_offset_buttons_visible" qualifiers="const">
|
<method name="get_offset_buttons_visible" qualifiers="const">
|
||||||
|
@ -39,12 +41,14 @@
|
||||||
<return type="bool">
|
<return type="bool">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns [code]true[/code] if select with right mouse button is enabled.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_tab_count" qualifiers="const">
|
<method name="get_tab_count" qualifiers="const">
|
||||||
<return type="int">
|
<return type="int">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns the number of tabs.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_tab_disabled" qualifiers="const">
|
<method name="get_tab_disabled" qualifiers="const">
|
||||||
|
@ -53,6 +57,7 @@
|
||||||
<argument index="0" name="tab_idx" type="int">
|
<argument index="0" name="tab_idx" type="int">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Returns [code]true[/code] if the tab at index [code]tab_idx[/code] is disabled.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_tab_icon" qualifiers="const">
|
<method name="get_tab_icon" qualifiers="const">
|
||||||
|
@ -61,6 +66,7 @@
|
||||||
<argument index="0" name="tab_idx" type="int">
|
<argument index="0" name="tab_idx" type="int">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Returns the [Texture] for the tab at index [code]tab_idx[/code] or null if the tab has no [Texture].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_tab_offset" qualifiers="const">
|
<method name="get_tab_offset" qualifiers="const">
|
||||||
|
@ -84,12 +90,14 @@
|
||||||
<argument index="0" name="tab_idx" type="int">
|
<argument index="0" name="tab_idx" type="int">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
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].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_tabs_rearrange_group" qualifiers="const">
|
<method name="get_tabs_rearrange_group" qualifiers="const">
|
||||||
<return type="int">
|
<return type="int">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns the [code]Tabs[/code] rearrange group id.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="move_tab">
|
<method name="move_tab">
|
||||||
|
@ -109,6 +117,7 @@
|
||||||
<argument index="0" name="tab_idx" type="int">
|
<argument index="0" name="tab_idx" type="int">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Removes tab at index [code]tab_idx[/code]
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_select_with_rmb">
|
<method name="set_select_with_rmb">
|
||||||
|
@ -117,6 +126,7 @@
|
||||||
<argument index="0" name="enabled" type="bool">
|
<argument index="0" name="enabled" type="bool">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
If [code]true[/code] enables selecting a tab with right mouse button.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_tab_disabled">
|
<method name="set_tab_disabled">
|
||||||
|
@ -127,6 +137,7 @@
|
||||||
<argument index="1" name="disabled" type="bool">
|
<argument index="1" name="disabled" type="bool">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
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].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_tab_icon">
|
<method name="set_tab_icon">
|
||||||
|
@ -137,6 +148,7 @@
|
||||||
<argument index="1" name="icon" type="Texture">
|
<argument index="1" name="icon" type="Texture">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Sets an icon for the tab at index [code]tab_idx[/code].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_tab_title">
|
<method name="set_tab_title">
|
||||||
|
@ -147,6 +159,7 @@
|
||||||
<argument index="1" name="title" type="String">
|
<argument index="1" name="title" type="String">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Sets a title for the tab at index [code]tab_idx[/code].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_tabs_rearrange_group">
|
<method name="set_tabs_rearrange_group">
|
||||||
|
@ -155,17 +168,21 @@
|
||||||
<argument index="0" name="group_id" type="int">
|
<argument index="0" name="group_id" type="int">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
|
Defines rearrange group id, choose for each [code]Tabs[/code] the same value to enable tab drag between [code]Tabs[/code]. Enable drag with [code]set_drag_to_rearrange_enabled(true)[/code].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
</methods>
|
</methods>
|
||||||
<members>
|
<members>
|
||||||
<member name="current_tab" type="int" setter="set_current_tab" getter="get_current_tab">
|
<member name="current_tab" type="int" setter="set_current_tab" getter="get_current_tab">
|
||||||
|
Select tab at index [code]tab_idx[/code].
|
||||||
</member>
|
</member>
|
||||||
<member name="drag_to_rearrange_enabled" type="bool" setter="set_drag_to_rearrange_enabled" getter="get_drag_to_rearrange_enabled">
|
<member name="drag_to_rearrange_enabled" type="bool" setter="set_drag_to_rearrange_enabled" getter="get_drag_to_rearrange_enabled">
|
||||||
|
If [code]true[/code], tabs can be rearranged with mouse drag.
|
||||||
</member>
|
</member>
|
||||||
<member name="scrolling_enabled" type="bool" setter="set_scrolling_enabled" getter="get_scrolling_enabled">
|
<member name="scrolling_enabled" type="bool" setter="set_scrolling_enabled" getter="get_scrolling_enabled">
|
||||||
</member>
|
</member>
|
||||||
<member name="tab_align" type="int" setter="set_tab_align" getter="get_tab_align" enum="Tabs.TabAlign">
|
<member name="tab_align" type="int" setter="set_tab_align" getter="get_tab_align" enum="Tabs.TabAlign">
|
||||||
|
The alignment of all tabs. See enum [code]TabAlign[/code] constants for details.
|
||||||
</member>
|
</member>
|
||||||
<member name="tab_close_display_policy" type="int" setter="set_tab_close_display_policy" getter="get_tab_close_display_policy" enum="Tabs.CloseButtonDisplayPolicy">
|
<member name="tab_close_display_policy" type="int" setter="set_tab_close_display_policy" getter="get_tab_close_display_policy" enum="Tabs.CloseButtonDisplayPolicy">
|
||||||
</member>
|
</member>
|
||||||
|
@ -210,10 +227,13 @@
|
||||||
</signals>
|
</signals>
|
||||||
<constants>
|
<constants>
|
||||||
<constant name="ALIGN_LEFT" value="0" enum="TabAlign">
|
<constant name="ALIGN_LEFT" value="0" enum="TabAlign">
|
||||||
|
Align the tabs to the left.
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="ALIGN_CENTER" value="1" enum="TabAlign">
|
<constant name="ALIGN_CENTER" value="1" enum="TabAlign">
|
||||||
|
Align the tabs to the center.
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="ALIGN_RIGHT" value="2" enum="TabAlign">
|
<constant name="ALIGN_RIGHT" value="2" enum="TabAlign">
|
||||||
|
Align the tabs to the right.
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="ALIGN_MAX" value="3" enum="TabAlign">
|
<constant name="ALIGN_MAX" value="3" enum="TabAlign">
|
||||||
</constant>
|
</constant>
|
||||||
|
|
Loading…
Reference in New Issue