]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_pen.i
Fix GBSpan and GBPosition typemaps
[wxWidgets.git] / wxPython / src / _pen.i
index 150417ea1eb2e0380473180ae64d09e691af0555..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;