]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/artprov/artbrows.h
added EVT_AUI_PANECLOSE and updated sample accordingly
[wxWidgets.git] / samples / artprov / artbrows.h
index 2494a6ea3410dd9b2fcb68c374c52964c4167f76..329459927faf376a273e6173d0a99a629af0802e 100644 (file)
 #ifndef __ARTBROWS_H__
 #define __ARTBROWS_H__
 
-#ifdef __GNUG__
-#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()