]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/pen.tex
wxExecute may only be called from the main thread
[wxWidgets.git] / docs / latex / wx / pen.tex
index 5a79e8f523cc23f11230d9afa759fadec2d3fa44..86516c0081c9412264051717474b325d9b0cd182 100644 (file)
@@ -66,7 +66,7 @@ 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}}
 
@@ -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}