Toolbar management enhanced

This commit is contained in:
2016-08-27 09:20:06 +02:00
parent 1bdf4a2b8a
commit 65c87bcbc0
3 changed files with 124 additions and 46 deletions

View File

@@ -58,7 +58,9 @@ protected:
wxID_VIEW_LEVEL_VERBOSE,
wxID_VIEW_LEVEL_INFORMATION,
wxID_VIEW_LEVEL_WARNING,
wxID_VIEW_LEVEL_ERROR
wxID_VIEW_LEVEL_ERROR,
wxID_VIEW_TOOLBAR_EDIT,
wxID_VIEW_TOOLBAR_VIEW,
};
public:
@@ -89,6 +91,10 @@ protected:
void OnViewSourceProduct(wxCommandEvent& event);
void OnViewLevelUpdate(wxUpdateUIEvent& event);
void OnViewLevel(wxCommandEvent& event);
void OnViewToolbarEditUpdate(wxUpdateUIEvent& event);
void OnViewToolbarEdit(wxCommandEvent& event);
void OnViewToolbarViewUpdate(wxUpdateUIEvent& event);
void OnViewToolbarView(wxCommandEvent& event);
protected:
wxMenuBar* m_menubar;