X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c33522fca7cddc441a316f5b9fb50d7685435ba..55410bb4f67febe1ca20654f078ea4fb9a6223ae:/src/osx/pen.cpp diff --git a/src/osx/pen.cpp b/src/osx/pen.cpp index 55f5f0c4cf..a40bdfcf9f 100644 --- a/src/osx/pen.cpp +++ b/src/osx/pen.cpp @@ -205,6 +205,11 @@ int wxPen::GetDashes(wxDash **ptr) const return M_PENDATA->m_nbDash; } +int wxPen::GetDashCount() const +{ + return M_PENDATA->m_nbDash; +} + wxBitmap *wxPen::GetStipple() const { wxCHECK_MSG( Ok(), NULL, wxT("invalid pen") );