X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8bbe427f8e5a2078b266e282453595b5a634d35c..36f210c81e5f8cdc65b80e57aad0c11bf2d08e63:/include/wx/gtk1/pen.h diff --git a/include/wx/gtk1/pen.h b/include/wx/gtk1/pen.h index fb37103370..cbe0cd1ae2 100644 --- a/include/wx/gtk1/pen.h +++ b/include/wx/gtk1/pen.h @@ -27,6 +27,8 @@ class wxPen; +typedef char wxDash; + //----------------------------------------------------------------------------- // wxPen //----------------------------------------------------------------------------- @@ -51,11 +53,17 @@ class wxPen: public wxGDIObject void SetJoin( int joinStyle ); void SetStyle( int style ); void SetWidth( int width ); + void SetDashes( int number_of_dashes, const wxDash *dash ); + 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();