X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d0b488be00d44b89a3507063a3094bd15090ac9..d642db66a5efc82d374b813022c72ba88bc50839:/include/wx/osx/pen.h 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 ;