From 4e0cfa02a4f884b3f54f476d596bacd1f34d6a50 Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Tue, 4 Mar 2008 17:48:09 +0000 Subject: some little fixes around; fixed docs; bumped version to 3.4.0 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/toolbar/libkvitoolbar.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/modules/toolbar/libkvitoolbar.cpp') diff --git a/src/modules/toolbar/libkvitoolbar.cpp b/src/modules/toolbar/libkvitoolbar.cpp index 54b965004..dba61ce2f 100644 --- a/src/modules/toolbar/libkvitoolbar.cpp +++ b/src/modules/toolbar/libkvitoolbar.cpp @@ -64,9 +64,9 @@ The toolbar will exist until [cmd]toolbar.destroy[/cmd] is called (you might want to add an "uninstall" feature to your script).[br] @seealso: - [fnc]$toolbar.exists[/fnc]()[br] - [cmd]toolbar.remove[/cmd][br] - [cmd]toolbar.show[/cmd][br] + [fnc]$toolbar.exists[/fnc], + [cmd]toolbar.remove[/cmd], + [cmd]toolbar.show[/cmd], [cmd]toolbar.destroy[/cmd] */ @@ -119,9 +119,9 @@ static bool toolbar_kvs_cmd_create(KviKvsModuleCommandCall * c) Clears the contents of the toolbar specified by . If the toolbar does not exist then a warning is printed unless the -q switch is used.[br] @seealso: - [fnc]$toolbar.exists[/fnc]()[br] - [cmd]toolbar.remove[/cmd][br] - [cmd]toolbar.show[/cmd][br] + [fnc]$toolbar.exists[/fnc], + [cmd]toolbar.remove[/cmd], + [cmd]toolbar.show[/cmd], [cmd]toolbar.destroy[/cmd] */ @@ -164,7 +164,7 @@ static bool toolbar_kvs_cmd_clear(KviKvsModuleCommandCall * c) If the -q switch is specified then this command runs in quiet mode and does not warn if the toolbar was not existing. @seealso: - [fnc]$toolbar.exists[/fnc]() + [fnc]$toolbar.exists[/fnc], [cmd]toolbar.create[/cmd] */ @@ -208,7 +208,7 @@ static bool toolbar_kvs_cmd_destroy(KviKvsModuleCommandCall * c) You should execute this command only if you create the toolbar after KVIrc has been started.[br] @seealso: - [fnc]$toolbar.exists[/fnc]() + [fnc]$toolbar.exists[/fnc], [cmd]toolbar.create[/cmd] */ @@ -255,8 +255,8 @@ static bool toolbar_kvs_cmd_show(KviKvsModuleCommandCall * c) can be shown again by using [cmd]toolbar.show[/cmd].[br] If you want to completely remove the toolbar definition use [cmd]toolbar.destroy[/cmd].[br] @seealso: - [fnc]$toolbar.exists[/fnc]() - [cmd]toolbar.create[/cmd] + [fnc]$toolbar.exists[/fnc], + [cmd]toolbar.create[/cmd], [cmd]toolbar.destroy[/cmd] */ -- cgit v1.3.1-10-gc9f91