Wx: Implement the new debugger icons

This commit is contained in:
aldelaro5
2018-04-12 01:56:15 -04:00
parent ff59297213
commit 0f8c51dfe4
9 changed files with 128 additions and 56 deletions

View File

@ -8,6 +8,7 @@
#include <wx/panel.h>
class CWatchView;
class CWatchToolbar;
class CWatchWindow : public wxPanel
{
@ -24,8 +25,10 @@ public:
void SaveAll();
void Event_LoadAll(wxCommandEvent& WXUNUSED(event));
void LoadAll();
void ReloadBitmaps();
private:
CWatchToolbar* m_watch_toolbar;
wxAuiManager m_mgr;
// Owned by wx. Deleted implicitly upon destruction.