#ifndef __ARTBROWS_H__
#define __ARTBROWS_H__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "artbrows.h"
#endif
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()