Blindly added wxImageList::replace( int, bitmap, mask )

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-04-30 10:38:32 +00:00
parent 3f8fba02a2
commit f644bc116b
2 changed files with 37 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ public:
wxBitmap GetBitmap(int index) const;
wxIcon GetIcon(int index) const;
bool Replace( int index, const wxBitmap &bitmap );
bool Replace( int index, const wxBitmap &bitmap, const wxBitmap& mask );
bool Remove( int index );
bool RemoveAll();