]> git.saurik.com Git - wxWidgets.git/commitdiff
Added GetColoursCount
authorRobin Dunn <robin@alldunn.com>
Mon, 13 Dec 2004 23:00:57 +0000 (23:00 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 13 Dec 2004 23:00:57 +0000 (23:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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() }