WiimoteConfigDiag: Split UI sizer creation into their own functions.

This commit is contained in:
Lioncash
2014-11-21 13:01:22 -05:00
parent d17a054e75
commit 94d033020e
2 changed files with 213 additions and 190 deletions

View File

@ -61,6 +61,10 @@ public:
private:
wxStaticBoxSizer* CreateGamecubeSizer();
wxStaticBoxSizer* CreateWiimoteConfigSizer();
wxStaticBoxSizer* CreateBalanceBoardSizer();
wxStaticBoxSizer* CreateRealWiimoteSizer();
wxStaticBoxSizer* CreateGeneralWiimoteSettingsSizer();
void Cancel(wxCommandEvent& event);
InputConfig& m_config;