GUI: Allow drag and drop between panes

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4066 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2009-08-26 15:23:48 +00:00
parent b185fedb85
commit 044ff1077e
2 changed files with 18 additions and 11 deletions

View File

@ -116,7 +116,8 @@ class CFrame : public wxFrame
wxString AuiMode1;
wxString AuiMode2;
wxString AuiCurrent;
void OnNotebookPageClose(wxAuiNotebookEvent& evt);
void OnNotebookPageClose(wxAuiNotebookEvent& event);
void OnAllowNotebookDnD(wxAuiNotebookEvent& event);
char **drives;