X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/788233da909b0f6bc684a99200c614e3dee2aa20..1f602af6153fb5ad74159ef50a8228bca622a55d:/samples/artprov/artbrows.h diff --git a/samples/artprov/artbrows.h b/samples/artprov/artbrows.h index 40bca1ec81..329459927f 100644 --- a/samples/artprov/artbrows.h +++ b/samples/artprov/artbrows.h @@ -12,10 +12,6 @@ #ifndef __ARTBROWS_H__ #define __ARTBROWS_H__ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "artbrows.h" -#endif - #include "wx/dialog.h" #include "wx/artprov.h" @@ -29,6 +25,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 +33,7 @@ private: wxListCtrl *m_list; wxStaticBitmap *m_canvas; + wxStaticText *m_text; wxString m_client; DECLARE_EVENT_TABLE()