projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Change wxFSFile::DetachStream to NULL the m_Stream member. Add SetStream().
[wxWidgets.git]
/
samples
/
artprov
/
artbrows.h
diff --git
a/samples/artprov/artbrows.h
b/samples/artprov/artbrows.h
index 2494a6ea3410dd9b2fcb68c374c52964c4167f76..329459927faf376a273e6173d0a99a629af0802e 100644
(file)
--- a/
samples/artprov/artbrows.h
+++ b/
samples/artprov/artbrows.h
@@
-12,10
+12,6
@@
#ifndef __ARTBROWS_H__
#define __ARTBROWS_H__
#ifndef __ARTBROWS_H__
#define __ARTBROWS_H__
-#ifdef __GNUG__
-#pragma interface "artbrows.h"
-#endif
-
#include "wx/dialog.h"
#include "wx/artprov.h"
#include "wx/dialog.h"
#include "wx/artprov.h"
@@
-29,6
+25,7
@@
public:
wxArtBrowserDialog(wxWindow *parent);
void SetArtClient(const wxArtClient& client);
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);
private:
void OnSelectItem(wxListEvent &event);
@@
-36,6
+33,7
@@
private:
wxListCtrl *m_list;
wxStaticBitmap *m_canvas;
wxListCtrl *m_list;
wxStaticBitmap *m_canvas;
+ wxStaticText *m_text;
wxString m_client;
DECLARE_EVENT_TABLE()
wxString m_client;
DECLARE_EVENT_TABLE()