summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-09-10 11:20:11 +0200
committerGitHub <noreply@github.com>2020-09-10 11:20:11 +0200
commit1d709120804240efbbee7f0bcec81c8ba3554e03 (patch)
tree93456f148d293dfdd90c5b062b63edf70d365067 /doc
parent58dcde344c383a3ce319b17525b9a427d887d135 (diff)
parent2b319889cb942f97a8d0f619ec881f068511ba7b (diff)
Merge pull request #41890 from YeldhamDev/tabs_previous
Add 'get_previous_tab()' to 'Tabs'
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Tabs.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/Tabs.xml b/doc/classes/Tabs.xml
index 3fc1db9dc6..ef1f370185 100644
--- a/doc/classes/Tabs.xml
+++ b/doc/classes/Tabs.xml
@@ -36,6 +36,13 @@
Returns [code]true[/code] if the offset buttons (the ones that appear when there's not enough space for all tabs) are visible.
</description>
</method>
+ <method name="get_previous_tab" qualifiers="const">
+ <return type="int">
+ </return>
+ <description>
+ Returns the previously active tab index.
+ </description>
+ </method>
<method name="get_select_with_rmb" qualifiers="const">
<return type="bool">
</return>