]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/imaglist.h
fixed typo in last commit
[wxWidgets.git] / include / wx / mac / carbon / imaglist.h
index 801a805a18473051ba3978bba9b889875bd1daa5..2877432b26091d4c52b13d057c5e04815f4d93bf 100644 (file)
 #ifndef _WX_IMAGLIST_H_
 #define _WX_IMAGLIST_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "imaglist.h"
-#endif
-
 #include "wx/defs.h"
 #include "wx/list.h"
 #include "wx/icon.h"
@@ -74,6 +70,7 @@ public:
     wxIcon GetIcon(int index) const;
     bool Replace( int index, const wxIcon &bitmap );
     bool Replace( int index, const wxBitmap &bitmap );
+    bool Replace( int index, const wxBitmap &bitmap, const wxBitmap &mask );
     bool Remove( int index );
     bool RemoveAll();