diff options
| author | John Peterson <jpeterson57@gmail.com> | 2009-09-01 02:41:48 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2009-09-01 02:41:48 +0000 |
| commit | d50b4c2ffc7e8bee6f480e8f85536363fb8bfe9b (patch) | |
| tree | 0247a16f905168fef3fa149a3f781122823f3eef /Source/Core/DebuggerWX/Src/CodeWindow.h | |
| parent | a1dc78d5a81fc97acfadb3a5f38c1580aa7e2a7f (diff) | |
GUI: Linux problem, wxAuiNotebook can't have wxFrame pages
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4133 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.h')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeWindow.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.h b/Source/Core/DebuggerWX/Src/CodeWindow.h index 695c25f187..20d8686731 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindow.h +++ b/Source/Core/DebuggerWX/Src/CodeWindow.h @@ -44,8 +44,14 @@ class CCodeWindow { public: - CCodeWindow(const SCoreStartupParameter& _LocalCoreStartupParameter, CFrame *, wxWindow* parent, - wxWindowID id = wxID_ANY); + CCodeWindow(const SCoreStartupParameter& _LocalCoreStartupParameter, CFrame *, + wxWindow* parent, + wxWindowID id = wxID_ANY, + const wxPoint& pos = wxDefaultPosition, + const wxSize& size = wxDefaultSize, + long style = wxTAB_TRAVERSAL | wxNO_BORDER, + const wxString& name = wxT("Dolphin-Debugger") + ); /* CCodeWindow(const SCoreStartupParameter& _LocalCoreStartupParameter, wxWindow* parent, wxWindowID id = wxID_ANY, |
