]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dc.tex
added wxTE_BESTWRAP style (which is the default now); renamed wxTE_LINEWRAP to wxTE_C...
[wxWidgets.git] / docs / latex / wx / dc.tex
index 8a4bf57e65048888355f7ae35df6a4ff67e23aaa..7a2a77b2a33c6b69ce4c5e56af5c2c1338d49850 100644 (file)
@@ -504,7 +504,7 @@ the rectangle.
 
 \membersection{wxDC::DrawSpline}\label{wxdcdrawspline}
 
-\func{void}{DrawSpline}{\param{int }, \param{wxPoint }{points[]}}
+\func{void}{DrawSpline}{\param{int }{n}, \param{wxPoint }{points[]}}
 
 Draws a spline between all given control points, using the current
 pen.
@@ -907,8 +907,8 @@ doesn't contain anything.
                                 \param{bool}{ yBottomUp}}
 
 Sets the x and y axis orientation (i.e., the direction from lowest to
-highest values on the axis). The default orientation is the natural
-orientation, e.g. x axis from left to right and y axis from bottom up.
+highest values on the axis). The default orientation is 
+x axis from left to right and y axis from top down.
 
 \wxheading{Parameters}