Applied patch for ArtProvider.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user