]> git.saurik.com Git - wxWidgets.git/commitdiff
removed (non existing) default argument for DrawRoundedRectangle
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Jul 2005 21:05:58 +0000 (21:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Jul 2005 21:05:58 +0000 (21:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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