]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_palette.i
Added ImageFromDataWithAlpha ctor
[wxWidgets.git] / wxPython / src / _palette.i
index e2fdbe4b69770454c99cc95cacb89c34c731b906..ae12eb90cc4f91f3feef4fbd5e4465c92105de94 100644 (file)
@@ -19,6 +19,8 @@
 
 //---------------------------------------------------------------------------
 
+MustHaveApp(wxPalette);
+
 class wxPalette : public wxGDIObject {
 public:
     wxPalette(int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue);
@@ -28,7 +30,7 @@ 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)");
 
     bool Ok();