]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_bitmap.i
reSWIGged
[wxWidgets.git] / wxPython / src / _bitmap.i
index a89b83b9689683299c8f54253b6a155d6a20cf5d..a4c3236c9df9ed4e3eb0a803f74376184f2466a0 100644 (file)
@@ -154,10 +154,6 @@ bit depths, the behaviour is platform dependent.", "");
     }    
 
     
-#ifdef __WXMSW__
-    void SetPalette(wxPalette& palette);
-#endif
-
     // wxGDIImage methods
 #ifdef __WXMSW__
     long GetHandle();
@@ -249,8 +245,8 @@ the ``type`` parameter.", "");
     
 
     
-#if wxUSE_PALETTE
     virtual wxPalette *GetPalette() const;
+#ifdef __WXMSW__
     virtual void SetPalette(const wxPalette& palette);
 #endif