]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_pen.i
Fix GBSpan and GBPosition typemaps
[wxWidgets.git] / wxPython / src / _pen.i
index a30cc189d2b2e89e6c77940ded8bdfacc958a7f9..757872a251e2c8a5e8e86d9517f8570533f499c3 100644 (file)
@@ -63,7 +63,10 @@ public:
         }
     }
     
-    bool operator==(const wxPen& pen) const;
+    %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;