From 68d25ec4ef81053b4770e3981f4ebe013a331c05 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 13 Nov 2011 19:52:44 +0100 Subject: Plugin doc for del_tab_command --- doc/en/plugins.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/en/plugins.txt b/doc/en/plugins.txt index 7bb3dbe3..f55eda6d 100644 --- a/doc/en/plugins.txt +++ b/doc/en/plugins.txt @@ -106,6 +106,13 @@ Everything else is handled by that _auto_completion()_ method (checking what strings match, how to cycle between matches, etc). If you don’t want any special completion for that command, just pass None (the default value). +*del_tab_command*:: +self+, +tab_type+, +name+ +This method removes a tab command added by your plugin. + +* _name_: (string) the name of the command you want to remove. +* _name_: the type of tab (see help for _add_tab_command_) + + *add_event_handler**: +self+, +event_name+, +handler+ +position+ This methods adds a callback that will be called whenever the given event occurs. <> -- cgit v1.2.3