+ wxColour &GetColour() const;
+ int GetCap() const;
+ int GetJoin() const;
+ int GetStyle() const;
+ int GetWidth() const;
+ int GetDashes(wxDash **ptr) const;
+ int GetDashCount() const;
+ wxDash* GetDash() const;
+
+ bool Ok() const;
+
+ void Unshare();
+
+private:
+ DECLARE_DYNAMIC_CLASS(wxPen)