diff options
| author | 2011-12-07 18:10:34 +0000 | |
|---|---|---|
| committer | 2011-12-07 18:10:34 +0000 | |
| commit | 5b04fa4457944d118cd5505ab4f89b7b9916f742 (patch) | |
| tree | b5332f4eeeb46893d366ba26c027c6234b4c87fe /src/modules/objects/KvsObject_label.cpp | |
| parent | Code clean (diff) | |
| download | KVIrc-5b04fa4457944d118cd5505ab4f89b7b9916f742.tar.gz KVIrc-5b04fa4457944d118cd5505ab4f89b7b9916f742.tar.bz2 KVIrc-5b04fa4457944d118cd5505ab4f89b7b9916f742.zip | |
More work on webview (wip) - some fixes around widgets
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5991 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/KvsObject_label.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_label.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modules/objects/KvsObject_label.cpp b/src/modules/objects/KvsObject_label.cpp index c5fa7fdd7..f463c2c83 100644 --- a/src/modules/objects/KvsObject_label.cpp +++ b/src/modules/objects/KvsObject_label.cpp @@ -142,9 +142,8 @@ const int frame_cod[] = { and [i]Left[/i] simoultaneously - this will [b]NOT[/b] result in an error message - this will simply not work :) !fn: $clear() - Clears the label. Equal to calling - [classfnc]$setText[/classfnc]("") - !fn: $frameStyle() + Clears the label. Equal to calling [classfnc]$setText[/classfnc]("") + !fn: <string> $frameStyle() Returns a string containing this label's frame-style flags, separated with commas. Output from this function could look like this: |
