summaryrefslogtreecommitdiff
path: root/doc/source/dev
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-04-30 20:37:18 +0200
committermathieui <mathieui@mathieui.net>2014-04-30 20:37:18 +0200
commitd859ec2ea19654603075b556094c6b59aad8e73a (patch)
treee9c84ee768c0edb24f4f49695154eb8bad4f4e18 /doc/source/dev
parent4e4ab569cf07fabf76339eeace1f6694f3414eff (diff)
downloadpoezio-d859ec2ea19654603075b556094c6b59aad8e73a.tar.gz
poezio-d859ec2ea19654603075b556094c6b59aad8e73a.tar.bz2
poezio-d859ec2ea19654603075b556094c6b59aad8e73a.tar.xz
poezio-d859ec2ea19654603075b556094c6b59aad8e73a.zip
Add a 'tab_change' event
Diffstat (limited to 'doc/source/dev')
-rw-r--r--doc/source/dev/events.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/dev/events.rst b/doc/source/dev/events.rst
index dda25561..7092d66b 100644
--- a/doc/source/dev/events.rst
+++ b/doc/source/dev/events.rst
@@ -7,6 +7,12 @@ The following events are poezio-only events, for SleekXMPP events, check out
.. glossary::
:sorted:
+ tab_change
+ - **old_tab_nb:** :py:class:`int` Old current tab number.
+ - **new_tab_nb:** :py:class:`int` New current tab number.
+
+ Triggered whenever the user switches between tabs.
+
muc_say
- **message:** :py:class:`~sleekxmpp.Message` that will be sent
- **tab:** :py:class:`~tabs.MucTab` source