]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/imaglist.h
Applied wxGauge:Pulse() patch.
[wxWidgets.git] / include / wx / mac / carbon / imaglist.h
index 46205100cf73f6972ee35de0d1debb0f8883c27d..acc2c42ec1208d25338243ca1c468413d9d47114 100644 (file)
@@ -55,7 +55,7 @@ class WXDLLEXPORT wxImageList: public wxObject
 public:
     wxImageList() { m_width = m_height = 0; }
     wxImageList( int width, int height, bool mask = true, int initialCount = 1 );
-    ~wxImageList();
+    virtual ~wxImageList();
     bool Create( int width, int height, bool mask = true, int initialCount = 1 );
     bool Create();
     
@@ -70,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();