#include "wx/filesys.h"
#include "wx/bitmap.h"
#include "wx/icon.h"
+#include "wx/artprov.h"
#include "wx/xrc/xml.h"
// Returns the XRCID.
int GetID();
+ // Returns the wxArtID for a wxArtProvider-managed bitmap.
+ wxArtID GetStockID(const wxString& param);
+
+ // Returns the wxArtClient for a wxArtProvider-managed bitmap.
+ wxArtClient GetStockClient(const wxString& param);
+
// Returns the resource name.
wxString GetName();