]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_pen.i
Added bool typemap so Py_True and Py_False are returned instead of integers.
[wxWidgets.git] / wxPython / src / _pen.i
index 3c0677b5fb977a32466ea5f737c84dc0ceefcf39..e7d1b7e8eb4a6ddbdba4270200d1d9bc8eeaa96e 100644 (file)
@@ -63,6 +63,11 @@ public:
         }
     }
 
+#ifndef __WXMAC__
+//  wxDash* GetDash() const;
+    int GetDashCount() const;
+#endif
+    
 #ifdef __WXMSW__
     wxBitmap* GetStipple();
     void SetStipple(wxBitmap& stipple);