summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Alexsander <michaelalexsander@protonmail.com>2020-09-08 17:30:47 -0300
committerMichael Alexsander <michaelalexsander@protonmail.com>2020-09-08 17:35:49 -0300
commit2b319889cb942f97a8d0f619ec881f068511ba7b (patch)
tree73c24f7b00e8430289c940c543aa85994651df16 /doc
parent2410016638a1fbf4c5e11ffe76dc2cd2d50d3771 (diff)
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>