]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_pen.i
Script updates
[wxWidgets.git] / wxPython / src / _pen.i
index 6f0afd99c333205c82070dcd6035fb0043e998f6..757872a251e2c8a5e8e86d9517f8570533f499c3 100644 (file)
@@ -62,10 +62,17 @@ public:
             return retval;
         }
     }
             return retval;
         }
     }
+    
+    %extend {
+        bool __eq__(const wxPen* other) { return other ? (*self == *other) : False; }
+        bool __ne__(const wxPen* other) { return other ? (*self != *other) : True;  }
+    }
 
 
-//  wxDash* GetDash() const { return (M_PENDATA ? (wxDash*)M_PENDATA->m_dash : (wxDash*)NULL); };
+#ifndef __WXMAC__
+//  wxDash* GetDash() const;
     int GetDashCount() const;
     int GetDashCount() const;
-
+#endif
+    
 #ifdef __WXMSW__
     wxBitmap* GetStipple();
     void SetStipple(wxBitmap& stipple);
 #ifdef __WXMSW__
     wxBitmap* GetStipple();
     void SetStipple(wxBitmap& stipple);