gave default parameters for wxPen() ctor from wxColour (this is what is used in 99 of cases...)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-07-21 19:39:34 +00:00
parent 8f20ea0391
commit 4f53523161
9 changed files with 15 additions and 17 deletions

View 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.