From cf4dfd14673d7649feb85875b81be1d2c0f36176 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 13 Dec 2004 23:00:57 +0000 Subject: [PATCH] Added GetColoursCount git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_palette.i | 1 + 1 file changed, 1 insertion(+) 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() } -- 2.50.0