]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/artprov/artbrows.h
added semicolons after wxCHECK()s (part of patch 1450705)
[wxWidgets.git] / samples / artprov / artbrows.h
index 40bca1ec81e0ce0bafb568c5cde3e34025120f5a..329459927faf376a273e6173d0a99a629af0802e 100644 (file)
 #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()