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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user