mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
MemoryWindow: Localize sizer creation code
Keeps specific UI element initialization separate from one another.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user