]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/pen.cpp
Added wxMSW wxChoice::GetClassDefaultAttributes(), initially used in wxComboCtrl
[wxWidgets.git] / src / osx / pen.cpp
index 55f5f0c4cf219906c8dc9a7578c08bbd2b594ced..a40bdfcf9f1467faf34015cb85b88d7d112332ac 100644 (file)
@@ -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") );