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:
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: pen.h
|
||||
// Name: wx/os2/pen.h
|
||||
// Purpose: wxPen class
|
||||
// Author: David Webster
|
||||
// Modified by:
|
||||
@@ -46,8 +46,8 @@ class WXDLLEXPORT wxPen : public wxGDIObject
|
||||
public:
|
||||
wxPen();
|
||||
wxPen( const wxColour& rColour
|
||||
,int nWidth
|
||||
,int nStyle
|
||||
,int nWidth = 1
|
||||
,int nStyle = wxSOLID
|
||||
);
|
||||
wxPen( const wxBitmap& rStipple
|
||||
,int nWidth
|
||||
|
Reference in New Issue
Block a user