Introduce wxPenInfo class
This commit is contained in:
committed by
Vadim Zeitlin
parent
f045323934
commit
bc562289c6
@@ -25,6 +25,9 @@ public:
|
||||
wxPen(const wxColour& col, int width = 1, wxPenStyle style = wxPENSTYLE_SOLID);
|
||||
|
||||
wxPen(const wxBitmap& stipple, int width);
|
||||
|
||||
wxPen(const wxPenInfo& info);
|
||||
|
||||
virtual ~wxPen() { }
|
||||
|
||||
bool operator==(const wxPen& pen) const;
|
||||
|
Reference in New Issue
Block a user