Introduce wxPenInfo class

This commit is contained in:
Adrien Tétar
2017-05-02 11:02:37 +02:00
committed by Vadim Zeitlin
parent f045323934
commit bc562289c6
14 changed files with 212 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ public:
wxPen( const wxColour &colour, 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;