diff options
| author | John Peterson <jpeterson57@gmail.com> | 2009-08-27 19:38:35 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2009-08-27 19:38:35 +0000 |
| commit | 8faaec82364c85dfec36737dc0dc9ce6c979d7a3 (patch) | |
| tree | 295ceb978e4b7292998396bc44b5f494b736a6f4 /Source/Core/DebuggerWX/Src/CodeWindow.h | |
| parent | c97147ca7af8bee2f3add155b8be7fee87c7c1ad (diff) | |
GUI: Dock console. Couldn't remove the border, anybody know how?
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4087 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.h')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeWindow.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.h b/Source/Core/DebuggerWX/Src/CodeWindow.h index cbb9497810..ead86617db 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindow.h +++ b/Source/Core/DebuggerWX/Src/CodeWindow.h @@ -63,8 +63,6 @@ class CCodeWindow CFrame *Parent; wxMenuBar * GetMenuBar(); wxAuiToolBar * GetToolBar(); - wxWindow * GetWxWindow(wxString); - wxWindow * GetNootebookPage(wxString); int Limit(int,int,int); int GetNootebookAffiliation(wxString); wxBitmap m_Bitmaps[ToolbarDebugBitmapMax]; @@ -105,6 +103,7 @@ class CCodeWindow // Settings bool bAutomaticStart; bool bBootToPause; bool bLogWindow; bool iLogWindow; + bool bConsoleWindow; bool iConsoleWindow; bool bCodeWindow; int iCodeWindow; bool bRegisterWindow; int iRegisterWindow; bool bBreakpointWindow; int iBreakpointWindow; |
