diff options
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 |