]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/imaglist.h
Added progdlgg.cpp to makefiles; fixed true/false in treectrl.h; made IsFree
[wxWidgets.git] / include / wx / generic / imaglist.h
index 72ce155305c8d667187bd55ed01913962a92f220..60f0c5d8e306fe182dbfbe9a853a3daf8441b6c0 100644 (file)
@@ -59,6 +59,7 @@ class wxImageList: public wxObject
     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();