diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-30 20:37:18 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-30 20:37:18 +0200 |
commit | d859ec2ea19654603075b556094c6b59aad8e73a (patch) | |
tree | e9c84ee768c0edb24f4f49695154eb8bad4f4e18 /doc/source | |
parent | 4e4ab569cf07fabf76339eeace1f6694f3414eff (diff) | |
download | poezio-d859ec2ea19654603075b556094c6b59aad8e73a.tar.gz poezio-d859ec2ea19654603075b556094c6b59aad8e73a.tar.bz2 poezio-d859ec2ea19654603075b556094c6b59aad8e73a.tar.xz poezio-d859ec2ea19654603075b556094c6b59aad8e73a.zip |
Add a 'tab_change' event
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/dev/events.rst | 6 |
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 |