MemoryWindow: Localize sizer creation code

Keeps specific UI element initialization separate from one another.
This commit is contained in:
Lioncash
2017-04-30 03:55:55 -04:00
parent 402faf3758
commit aad9fd6751
2 changed files with 106 additions and 55 deletions

View File

@ -41,6 +41,13 @@ private:
DECLARE_EVENT_TABLE()
void CreateGUI();
wxSizer* CreateRightHandSideSizer();
wxSizer* CreateSearchSizer();
wxSizer* CreateDumpSizer();
wxSizer* CreateSearchTypeSizer();
wxSizer* CreateMemcheckOptionSizer();
void OnDataTypeChanged(wxCommandEvent& event);
void OnFindNext(wxCommandEvent& event);
void OnFindPrevious(wxCommandEvent& event);