class WXDLLIMPEXP_CORE wxPen;
-#if defined(__WXGTK127__) || defined(__WXGTK20__)
typedef gint8 wxGTKDash;
-#else
-typedef gchar wxGTKDash;
-#endif
//-----------------------------------------------------------------------------
// wxPen
wxPen( const wxColour &colour, int width = 1, int style = wxSOLID );
~wxPen();
- wxPen( const wxPen& pen )
- : wxGDIObject()
- { Ref(pen); }
- wxPen& operator = ( const wxPen& pen ) { Ref(pen); return *this; }
-
bool Ok() const { return m_refData != NULL; }
bool operator == ( const wxPen& pen ) const;
int GetDashCount() const;
wxDash* GetDash() const;
-private:
+protected:
// ref counting code
virtual wxObjectRefData *CreateRefData() const;
virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const;