]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_palette.i
SetBestSize alias
[wxWidgets.git] / wxPython / src / _palette.i
index ca1c1c28e7b967c323441755babe7877b4afa9d6..3070508c9e02d8bbf672819130e070603e211794 100644 (file)
@@ -33,9 +33,10 @@ public:
         "GetRGB(self, int pixel) -> (R,G,B)");
 
     int GetColoursCount() const;
-    bool Ok();
+    bool IsOk();
+    %pythoncode { Ok = IsOk }
 
-    %pythoncode { def __nonzero__(self): return self.Ok() }
+    %pythoncode { def __nonzero__(self): return self.IsOk() }
 
     %property(ColoursCount, GetColoursCount, doc="See `GetColoursCount`");
 };