diff options
| author | 2008-08-30 11:25:39 +0000 | |
|---|---|---|
| committer | 2008-08-30 11:25:39 +0000 | |
| commit | 337709b442be887fd090ec93195b18ec03fe4750 (patch) | |
| tree | c2f37156ff65aacdd3d73cc5002a5ade7fee699b /src/modules/window/libkviwindow.cpp | |
| parent | compilation fix (diff) | |
| download | KVIrc-337709b442be887fd090ec93195b18ec03fe4750.tar.gz KVIrc-337709b442be887fd090ec93195b18ec03fe4750.tar.bz2 KVIrc-337709b442be887fd090ec93195b18ec03fe4750.zip | |
renamed taskbar to window list.
splitted "tree window list" in its own file
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2362 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/window/libkviwindow.cpp')
| -rw-r--r-- | src/modules/window/libkviwindow.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/window/libkviwindow.cpp b/src/modules/window/libkviwindow.cpp index 947dde9b8..999177fc8 100644 --- a/src/modules/window/libkviwindow.cpp +++ b/src/modules/window/libkviwindow.cpp @@ -721,11 +721,11 @@ static bool window_kvs_cmd_highlight(KviKvsModuleCommandCall * c) $window.highlightLevel $window.highlightLevel(<window_id>) @description: - Every window has a current alert level; it corresponds to an highlight color of that window in the taskbar. - There are 6 defined levels, they start from 0 (normal) to 5 (max alarm level). The classic taskbar and the tree taskbar use different colors to represent these levels. Classic task bar uses options: - [ul][li]colorTaskBarNormalText : normale state[/li][li]colorTaskBarHighlight1Text : highlight state 1[/li][li]...[/li][li]colorTaskBarHighlight5Text : highlight state 5[/li][/ul] - While the tree taskbar uses options: - [ul][li]colorTreeTaskBarForeground : normale state[/li][li]colorTreeTaskBarHighlight1Foreground : highlight state 1[/li][li]...[/li][li]colorTreeTaskBarHighlight5Foreground : highlight state 5[/li][/ul] + Every window has a current alert level; it corresponds to an highlight color of that window in the window list. + There are 6 defined levels, they start from 0 (normal) to 5 (max alarm level). The classic window list and the tree window list use different colors to represent these levels. Classic task bar uses options: + [ul][li]colorWindowListNormalText : normale state[/li][li]colorWindowListHighlight1Text : highlight state 1[/li][li]...[/li][li]colorWindowListHighlight5Text : highlight state 5[/li][/ul] + While the tree window list uses options: + [ul][li]colorTreeWindowListForeground : normale state[/li][li]colorTreeWindowListHighlight1Foreground : highlight state 1[/li][li]...[/li][li]colorTreeWindowListHighlight5Foreground : highlight state 5[/li][/ul] You can use [fnc]$option[/fnc] to read these options and the [cmd]option[/cmd] command to set them. @seealso: [fnc]$window.activityTemperature[/fnc] |
