- wxPen( const wxColour &colour, int width = 1, int style = wxSOLID );
- virtual ~wxPen();
-
- bool Ok() const { return m_refData != NULL; }
+ wxPen( const wxColour &colour, int width = 1, wxPenStyle style = wxPENSTYLE_SOLID );
+#if FUTURE_WXWIN_COMPATIBILITY_3_0
+ wxDEPRECATED_FUTURE( wxPen(const wxColour& col, int width, int style) );
+#endif