]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dc.tex
patch 1306473
[wxWidgets.git] / docs / latex / wx / dc.tex
index 121b397a5a7743a0373bfb132229db4f03bbc871..8f75eac8f5db078ae12856efe0f6e9d193249039 100644 (file)
@@ -486,7 +486,7 @@ which is.
 
 \membersection{wxDC::DrawRoundedRectangle}\label{wxdcdrawroundedrectangle}
 
-\func{void}{DrawRoundedRectangle}{\param{wxCoord}{ x}, \param{wxCoord}{ y}, \param{wxCoord}{ width}, \param{wxCoord}{ height}, \param{double}{ radius = 20}}
+\func{void}{DrawRoundedRectangle}{\param{wxCoord}{ x}, \param{wxCoord}{ y}, \param{wxCoord}{ width}, \param{wxCoord}{ height}, \param{double}{ radius}}
 
 Draws a rectangle with the given top left corner, and with the given
 size.  The corners are quarter-circles using the given radius. The