]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_palette.i
better root dir for rc uploads
[wxWidgets.git] / wxPython / src / _palette.i
index ae12eb90cc4f91f3feef4fbd5e4465c92105de94..1ce21e1b3cd51c40d0386b6e154e717c7e2d5c19 100644 (file)
@@ -32,6 +32,7 @@ public:
         bool, GetRGB(int pixel, byte* OUTPUT, byte* OUTPUT, byte* OUTPUT),
         "GetRGB(self, int pixel) -> (R,G,B)");
 
+    int GetColoursCount() const;
     bool Ok();
 
     %pythoncode { def __nonzero__(self): return self.Ok() }