]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_gdicmn.i
Updated layout test
[wxWidgets.git] / wxPython / src / _gdicmn.i
index 96355a11ea674beef9340168802d77abc249d5b1..5b86c9a6e0dafbb4e14d42d8fe6bd734dbf3b28e 100644 (file)
@@ -130,6 +130,7 @@ public:
 
     ~wxSize();
 
+// None/NULL is now handled properly by the typemap, so these are not needed.
 //     %extend {
 //         bool __eq__(const wxSize* other) { return other ? (*self == *other) : False; }
 //         bool __ne__(const wxSize* other) { return other ? (*self != *other) : True;  }