X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d0b488be00d44b89a3507063a3094bd15090ac9..880d76dfb12d4e8466df30d641bb25c6f71bd398:/include/wx/osx/pen.h?ds=sidebyside diff --git a/include/wx/osx/pen.h b/include/wx/osx/pen.h index a5ae6095e3..243714ac7e 100644 --- a/include/wx/osx/pen.h +++ b/include/wx/osx/pen.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/mac/carbon/pen.h +// Name: wx/osx/pen.h // Purpose: wxPen class // Author: Stefan Csomor // Modified by: @@ -49,6 +49,7 @@ public: wxPenJoin GetJoin() const; wxPenCap GetCap() const; int GetDashes(wxDash **ptr) const; + int GetDashCount() const; wxBitmap *GetStipple() const ;