diff options
| author | 2010-04-23 10:40:01 +0000 | |
|---|---|---|
| committer | 2010-04-23 10:40:01 +0000 | |
| commit | 7c7a6dbec4d85bba8d9ba8a987cc9e0f4d03198c (patch) | |
| tree | 1d11cb98f65b7df43db02c11f54ac48d8cd11087 /src/modules/objects/class_toolbutton.cpp | |
| parent | Added doc to http kvs class (diff) | |
| download | KVIrc-7c7a6dbec4d85bba8d9ba8a987cc9e0f4d03198c.tar.gz KVIrc-7c7a6dbec4d85bba8d9ba8a987cc9e0f4d03198c.tar.bz2 KVIrc-7c7a6dbec4d85bba8d9ba8a987cc9e0f4d03198c.zip | |
Removed obsolete code
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4286 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_toolbutton.cpp')
| -rw-r--r-- | src/modules/objects/class_toolbutton.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_toolbutton.cpp b/src/modules/objects/class_toolbutton.cpp index 127669eca..5c890ba63 100644 --- a/src/modules/objects/class_toolbutton.cpp +++ b/src/modules/objects/class_toolbutton.cpp @@ -70,8 +70,8 @@ Toggles the state of the tool button. !fn:$setOn(<bEnabled:boolean>) Sets whether the tool button is on to the bool value: 1 enable, 0 disable. - // findme - !fn:$setPopup (<toolbutton:object>) + !fn:$setPopup (<popupmenu:object>) + Associates the given <popupmenu> with this tool button. !fn:$openPopup() Opens the associated popup menu. If there is no such menu, this function does nothing. !fn:setTextPosition(<text_position:string>) |
