diff options
| author | 2007-01-23 16:31:02 +0000 | |
|---|---|---|
| committer | 2007-01-23 16:31:02 +0000 | |
| commit | 52c050dd0ff72f7399cb1bd743d20c7d447e094b (patch) | |
| tree | 157dff75036a7d72df47787ad3eeebc5a095944e /src/modules/objects/class_listbox.cpp | |
| parent | added seenserv command (diff) | |
| download | KVIrc-52c050dd0ff72f7399cb1bd743d20c7d447e094b.tar.gz KVIrc-52c050dd0ff72f7399cb1bd743d20c7d447e094b.tar.bz2 KVIrc-52c050dd0ff72f7399cb1bd743d20c7d447e094b.zip | |
added new buttongroup classes,dcc.setBandwidthLimit; fixed/removed some old code, added doc to dynamictooltips
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@234 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_listbox.cpp')
| -rw-r--r-- | src/modules/objects/class_listbox.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/objects/class_listbox.cpp b/src/modules/objects/class_listbox.cpp index 93e25aecc..efd576acd 100644 --- a/src/modules/objects/class_listbox.cpp +++ b/src/modules/objects/class_listbox.cpp @@ -100,7 +100,9 @@ This function is called by KVIrc when the current item changes. !fn: <index:integer> $onItemEvent() This function is called by KVIrc when the current item pointed by the mouse changes and gives in $0 the item index. - + !fn: <array:x,y,width,height> $itemRect(<item:index>) + Returns the rectangle on the screen that item occupies, or an invalid rectangle if item is 0 or is not currently visible. + @signals: !sg: <string> $currentItemChange() This signal is emitted by the default implementation of [classfnc]$currentItemChangeEvent[/classfnc]().[br] |
