#ifndef __ARTBROWS_H__
#define __ARTBROWS_H__
-#ifdef __GNUG__
-#pragma interface "artbrows.h"
-#endif
-
#include "wx/dialog.h"
#include "wx/artprov.h"
wxArtBrowserDialog(wxWindow *parent);
void SetArtClient(const wxArtClient& client);
+ void SetArtBitmap(const wxArtID& id, const wxArtClient& client, const wxSize& size = wxDefaultSize);
private:
void OnSelectItem(wxListEvent &event);
wxListCtrl *m_list;
wxStaticBitmap *m_canvas;
+ wxStaticText *m_text;
wxString m_client;
DECLARE_EVENT_TABLE()