Returns the index of the tab at local coordinates [code]point[/code]. Returns [code]-1[/code] if the point is outside the control boundaries or if there's no tab at the queried position.
</description>
</method>
<methodname="get_tab_metadata"qualifiers="const">
<returntype="Variant"/>
<argumentindex="0"name="tab_idx"type="int"/>
<description>
Returns the metadata value set to the tab at index [code]tab_idx[/code]. If no metadata was previously set, returns [code]null[/code] by default.
</description>
</method>
<methodname="get_tab_title"qualifiers="const">
<returntype="String"/>
<argumentindex="0"name="tab_idx"type="int"/>
@ -116,6 +123,14 @@
Sets an icon for the tab at index [code]tab_idx[/code].
</description>
</method>
<methodname="set_tab_metadata">
<returntype="void"/>
<argumentindex="0"name="tab_idx"type="int"/>
<argumentindex="1"name="metadata"type="Variant"/>
<description>
Sets the metadata value for the tab at index [code]tab_idx[/code].