X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7aada1e05a7ed29ee5a0afb5f3464b803e966d7c..42f8298f6f42d5d63bb3caf65682b7d9d9f8b702:/wxPython/src/_palette.i?ds=sidebyside diff --git a/wxPython/src/_palette.i b/wxPython/src/_palette.i index ae12eb90cc..1ce21e1b3c 100644 --- a/wxPython/src/_palette.i +++ b/wxPython/src/_palette.i @@ -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() }