]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/pen.tex
wxMGL compilation fixes
[wxWidgets.git] / docs / latex / wx / pen.tex
index 5a79e8f523cc23f11230d9afa759fadec2d3fa44..04dfafb1bf67e5f30cdc1e072cfd712d81ba9711 100644 (file)
@@ -66,9 +66,9 @@ data using the reference counting, are not affected.
 \func{}{wxPen}{\void}
 
 Default constructor. The pen will be uninitialised, and \helpref{wxPen::Ok}{wxpenok} will
-return FALSE.
+return false.
 
-\func{}{wxPen}{\param{const wxColour\&}{ colour}, \param{int}{ width}, \param{int}{ style}}
+\func{}{wxPen}{\param{const wxColour\&}{ colour}, \param{int}{ width = $1$}, \param{int}{ style = {\tt wxSOLID}}}
 
 Constructs a pen from a colour object, pen width and style.
 
@@ -232,7 +232,7 @@ Returns the pen width.
 
 \constfunc{bool}{Ok}{\void}
 
-Returns TRUE if the pen is initialised.
+Returns true if the pen is initialised.
 
 \membersection{wxPen::SetCap}\label{wxpensetcap}