diff options
Diffstat (limited to '')
| -rw-r--r-- | doc/base/classes.xml | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 4e4fb3cd2..5ebb71236 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -40626,9 +40626,16 @@ <return type="int"> </return> <description> - Return the current tab that is being showed. + Return the current tab index that is being shown. </description> </method> + <method name="get_previous_tab" qualifiers="const"> + <return type="int"> + </return> + <description> + Return the previous tab index that was being shown. + </description> + </method> <method name="get_current_tab_control" qualifiers="const"> <return type="Control"> </return> @@ -40654,6 +40661,7 @@ <argument index="0" name="idx" type="int"> </argument> <description> + Return the current tab control that is being shown. </description> </method> <method name="get_tab_count" qualifiers="const"> @@ -40735,7 +40743,14 @@ <argument index="0" name="tab" type="int"> </argument> <description> - Emitted when the current tab changes. + Emitted only when the current tab changes. + </description> + </signal> + <signal name="tab_selected"> + <argument index="0" name="tab" type="int"> + </argument> + <description> + Emitted when a tab is being selected, even if it is the same tab. </description> </signal> </signals> |
