X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ccb42cc5c8fae331899b71a6ac1c2c039789ab24..40711af81b4a412892045837997211d597d98ff2:/samples/artprov/artbrows.h diff --git a/samples/artprov/artbrows.h b/samples/artprov/artbrows.h index 2494a6ea34..827df2e1df 100644 --- a/samples/artprov/artbrows.h +++ b/samples/artprov/artbrows.h @@ -12,7 +12,7 @@ #ifndef __ARTBROWS_H__ #define __ARTBROWS_H__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "artbrows.h" #endif @@ -29,6 +29,7 @@ public: 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); @@ -36,6 +37,7 @@ private: wxListCtrl *m_list; wxStaticBitmap *m_canvas; + wxStaticText *m_text; wxString m_client; DECLARE_EVENT_TABLE()