mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
DolphinWX: Make the main config dialog modeless
This commit is contained in:
parent
bfa9cc2736
commit
c2d00d25fe
8 changed files with 81 additions and 41 deletions
|
@ -21,7 +21,7 @@ public:
|
|||
long style = wxDEFAULT_DIALOG_STYLE);
|
||||
virtual ~CConfigMain();
|
||||
|
||||
void SetSelectedTab(int tab);
|
||||
void SetSelectedTab(wxWindowID tab_id);
|
||||
|
||||
enum
|
||||
{
|
||||
|
@ -39,6 +39,7 @@ private:
|
|||
void CreateGUIControls();
|
||||
void OnClose(wxCloseEvent& event);
|
||||
void OnCloseButton(wxCommandEvent& event);
|
||||
void OnShow(wxShowEvent& event);
|
||||
void OnSetRefreshGameListOnClose(wxCommandEvent& event);
|
||||
|
||||
wxNotebook* Notebook;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue