aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_painter.cpp
diff options
context:
space:
mode:
authorGravatar Noldor2010-01-17 11:25:57 +0000
committerGravatar Noldor2010-01-17 11:25:57 +0000
commitbae3fd08b323d06a0c1c720cd1c7e7542b623465 (patch)
treeb74e0fb536fb657fe56077db250de232227bfe6b /src/modules/objects/class_painter.cpp
parentupdated win32-install (diff)
downloadKVIrc-bae3fd08b323d06a0c1c720cd1c7e7542b623465.tar.gz
KVIrc-bae3fd08b323d06a0c1c720cd1c7e7542b623465.tar.bz2
KVIrc-bae3fd08b323d06a0c1c720cd1c7e7542b623465.zip
Improvements in mdichild names + code cleaning
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3842 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_painter.cpp')
-rw-r--r--src/modules/objects/class_painter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_painter.cpp b/src/modules/objects/class_painter.cpp
index d1ce77c6a..63165335a 100644
--- a/src/modules/objects/class_painter.cpp
+++ b/src/modules/objects/class_painter.cpp
@@ -176,7 +176,7 @@ const char * const brushstyles_tbl[] = {
%aa->$show()[br]
!fn: $drawRect(<x:integer>,<y:integer>,<w:unsigned integer>,<h:unsigned integer>)
Draws a rectangle with upper left corner at (x, y) and with width w and height h.
- !fn: $drawRoundRect(<x:integer>,<y:integer>,<w:unsigned integer>,<h:unsigned integer>,<xCor:integer>,<yCor:integer>)
+ !fn: $drawRoundRect(<start_angle:integer>,<angle_length:integer>,<width:unsigned integer>,<height:unsigned integer>,<xr:integer>,<y:integer>)
Draws a rectangle with rounded corners at (x, y), with width w and height h.[rb]
The xCor and yCor arguments specify how rounded the corners should be (range is 0->99).
!fn: $drawPie(<x:integer>,<y:integer>,<w:unsigned integer>,<h:unsigned integer>,<angle:integer>,<alen:integer>)