From 6af7d1bdb70d0e284ec442d1235f57db0edb6687 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 4 May 2006 02:01:51 +0000 Subject: [PATCH] 3 parameter wx.ImageList.Replace is now available everywhere git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_imaglist.i | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wxPython/src/_imaglist.i b/wxPython/src/_imaglist.i index b0c0974868..a47dd81a3d 100644 --- a/wxPython/src/_imaglist.i +++ b/wxPython/src/_imaglist.i @@ -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);