]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_imaglist.i
Added SetQuickBestSize and GetQuickBestSize
[wxWidgets.git] / wxPython / src / _imaglist.i
index b0c0974868fcb257c30d2a7ddf0b26b40530f613..a47dd81a3d2328c141432607e9ed54230ba68d1c 100644 (file)
@@ -53,13 +53,7 @@ public:
     wxBitmap GetBitmap(int index) const;
     wxIcon GetIcon(int index) const;
       
-#ifdef __WXMSW__
     bool Replace(int index, const wxBitmap& bitmap, const wxBitmap& mask = wxNullBitmap);
-#else
-//      %Rename(ReplaceIcon,bool, Replace(int index, const wxIcon& icon));
-//      int Add(const wxBitmap& bitmap);
-    bool Replace(int index, const wxBitmap& bitmap);
-#endif
 
     bool Draw(int index, wxDC& dc, int x, int x, int flags = wxIMAGELIST_DRAW_NORMAL,
               const bool solidBackground = false);