X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab1f7d2aa9cb1857cf87e105ebbd36a92676bbde..925430af0626aace83c45cbccfb4645ab80402fa:/wxPython/src/_palette.i diff --git a/wxPython/src/_palette.i b/wxPython/src/_palette.i index c83602f393..1ce21e1b3c 100644 --- a/wxPython/src/_palette.i +++ b/wxPython/src/_palette.i @@ -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() }