]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/imaglist.h
Explicit casting/instantiation to resolve ambiguous overload.
[wxWidgets.git] / include / wx / generic / imaglist.h
index 2d7248f203d22660c797ad435ccec06e7b9b2208..60f0c5d8e306fe182dbfbe9a853a3daf8441b6c0 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 );
+    const wxBitmap *GetBitmap(int index) const;
     bool Replace( int index, const wxBitmap &bitmap );
     bool Remove( int index );
     bool RemoveAll();