]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_gdicmn.i
Fix GBSpan and GBPosition typemaps
[wxWidgets.git] / wxPython / src / _gdicmn.i
index f925aa8da341a64f56e2d793bbfc5dcff742184a..4bbbe4a686a2462facbcae93da068afc3addc8e9 100644 (file)
@@ -130,6 +130,11 @@ public:
 
     ~wxSize();
 
+//     %extend {
+//         bool __eq__(const wxSize* other) { return other ? (*self == *other) : False; }
+//         bool __ne__(const wxSize* other) { return other ? (*self != *other) : True;  }
+//     }
+
     DocDeclStr(
         bool, operator==(const wxSize& sz),
         "Test for equality of wx.Size objects.");