]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/imaglist.h
minor change (using wxLogNull no doesn't flush the old messages)
[wxWidgets.git] / include / wx / generic / imaglist.h
index 2d7248f203d22660c797ad435ccec06e7b9b2208..d13864cbbf914f2f1af7334de8717012630fc971 100644 (file)
@@ -53,12 +53,13 @@ class wxImageList: public wxObject
    
   public:
 
-    wxImageList::wxImageList() { }
+    wxImageList() { }
     wxImageList( int width, int height, bool mask = TRUE, int initialCount = 1 );
     ~wxImageList();
     bool Create();
     int GetImageCount() const;
     int Add( const wxBitmap &bitmap );
+    wxBitmap *GetBitmap(int index);
     bool Replace( int index, const wxBitmap &bitmap );
     bool Remove( int index );
     bool RemoveAll();