Introduce wxPenInfo class
This commit is contained in:
committed by
Vadim Zeitlin
parent
f045323934
commit
bc562289c6
@@ -38,6 +38,8 @@ public:
|
||||
|
||||
wxPen( const wxColour &colour, int width = 1, wxPenStyle style = wxPENSTYLE_SOLID );
|
||||
|
||||
wxPen( const wxPenInfo& info );
|
||||
|
||||
bool operator==(const wxPen& pen) const;
|
||||
bool operator!=(const wxPen& pen) const { return !(*this == pen); }
|
||||
|
||||
|
Reference in New Issue
Block a user