]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/pen.h
renaming clickedAction callbacks to more generic controlAction, textctrl updates
[wxWidgets.git] / include / wx / osx / pen.h
index a5ae6095e3b2736921af0bae61d90fd05c7da2e1..243714ac7e1e33bb88f2a4abffec8ce9755342ce 100644 (file)
@@ -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 ;