]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_palette.i
Added typemap for wxIndex*
[wxWidgets.git] / wxPython / src / _palette.i
index c83602f393faff77f76b193cd4234f3725be7212..1ce21e1b3cd51c40d0386b6e154e717c7e2d5c19 100644 (file)
@@ -30,8 +30,9 @@ public:
     
     DocDeclA(
         bool, GetRGB(int pixel, byte* OUTPUT, byte* OUTPUT, byte* OUTPUT),
-        "GetRGB(int pixel) -> (R,G,B)");
+        "GetRGB(self, int pixel) -> (R,G,B)");
 
+    int GetColoursCount() const;
     bool Ok();
 
     %pythoncode { def __nonzero__(self): return self.Ok() }