]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/pen.tex
define NO_GCC_PRAGMA in wx-config output on Darwin
[wxWidgets.git] / docs / latex / wx / pen.tex
index 86516c0081c9412264051717474b325d9b0cd182..04dfafb1bf67e5f30cdc1e072cfd712d81ba9711 100644 (file)
@@ -68,7 +68,7 @@ data using the reference counting, are not affected.
 Default constructor. The pen will be uninitialised, and \helpref{wxPen::Ok}{wxpenok} will
 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.