summaryrefslogtreecommitdiff
path: root/doc/stub
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-01-03 23:09:43 +0100
committermathieui <mathieui@mathieui.net>2015-01-03 23:09:43 +0100
commit8afbb44ceeac050c76bbdfedcd644cca384ad42e (patch)
tree636de74fe2f03e301492dcefc87a63c858f14436 /doc/stub
parentd809ba05bf6fe597bcc6d526f82fc59ef6da63e3 (diff)
downloadpoezio-8afbb44ceeac050c76bbdfedcd644cca384ad42e.tar.gz
poezio-8afbb44ceeac050c76bbdfedcd644cca384ad42e.tar.bz2
poezio-8afbb44ceeac050c76bbdfedcd644cca384ad42e.tar.xz
poezio-8afbb44ceeac050c76bbdfedcd644cca384ad42e.zip
Add a reorder plugin
/reorder command to organize the tabs according to a fixed layout
Diffstat (limited to 'doc/stub')
-rw-r--r--doc/stub/tabs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/stub/tabs.py b/doc/stub/tabs.py
index cd3dc073..b4d23c1c 100644
--- a/doc/stub/tabs.py
+++ b/doc/stub/tabs.py
@@ -6,4 +6,6 @@ class ConversationTab(ChatTab): pass
class RosterInfoTab(Tab): pass
class XMLTab(Tab): pass
class DynamicConversationTab(Tab): pass
+class StaticConversationTab(Tab): pass
+class GapTab(Tab): pass