]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_pen.i
Script updates
[wxWidgets.git] / wxPython / src / _pen.i
index e7d1b7e8eb4a6ddbdba4270200d1d9bc8eeaa96e..757872a251e2c8a5e8e86d9517f8570533f499c3 100644 (file)
@@ -62,6 +62,11 @@ public:
             return retval;
         }
     }
+    
+    %extend {
+        bool __eq__(const wxPen* other) { return other ? (*self == *other) : False; }
+        bool __ne__(const wxPen* other) { return other ? (*self != *other) : True;  }
+    }
 
 #ifndef __WXMAC__
 //  wxDash* GetDash() const;