]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/artprov/artbrows.h
corrected GetAppName() link
[wxWidgets.git] / samples / artprov / artbrows.h
index 2494a6ea3410dd9b2fcb68c374c52964c4167f76..827df2e1df7e61b2fa0db522b336994f78beea09 100644 (file)
@@ -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()