#ifndef _WX_IMAGLIST_H_
#define _WX_IMAGLIST_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "imaglist.h"
-#endif
-
#include "wx/bitmap.h"
/*
int flags = wxIMAGELIST_DRAW_NORMAL,
bool solidBackground = false);
+ // Get a bitmap
+ wxBitmap GetBitmap(int index) const;
+
+ // Get an icon
+ wxIcon GetIcon(int index) const;
+
// TODO: miscellaneous functionality
/*
wxIcon *MakeIcon(int index);