Added Load/Save function for the Watch window.

Made the floating windows toolbars dockable.
Scaled down the breakpoint toolbar icons to 16x16.
This commit is contained in:
skidau
2014-10-24 22:24:17 +11:00
parent b34e220086
commit b73130af77
4 changed files with 96 additions and 12 deletions

View File

@ -11,6 +11,7 @@
#include <wx/string.h>
#include <wx/translation.h>
#include <wx/windowid.h>
#include <wx/aui/framemanager.h>
class CWatchView;
class wxWindow;
@ -27,11 +28,15 @@ public:
const wxString& name = _("Watch"));
void NotifyUpdate();
void Event_SaveAll(wxCommandEvent& WXUNUSED(event));
void SaveAll();
void LoadAll(wxCommandEvent& WXUNUSED(event));
private:
DECLARE_EVENT_TABLE();
wxAuiManager m_mgr;
enum
{
ID_GPR = 1002