summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeWindow.h
diff options
context:
space:
mode:
authorJohn Peterson <jpeterson57@gmail.com>2009-08-27 01:30:08 +0000
committerJohn Peterson <jpeterson57@gmail.com>2009-08-27 01:30:08 +0000
commitbc938c4b0130ff3b9b4d3a00fa1192bef156b6f4 (patch)
treecff6dbe350e7ad5142bd797376065f6ed4a4b666 /Source/Core/DebuggerWX/Src/CodeWindow.h
parentd46927207a836809141c21e4d726cc12a55a8d8f (diff)
GUI: Save page views
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4071 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.h')
-rw-r--r--Source/Core/DebuggerWX/Src/CodeWindow.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.h b/Source/Core/DebuggerWX/Src/CodeWindow.h
index c22ab913a5..bc0f69858a 100644
--- a/Source/Core/DebuggerWX/Src/CodeWindow.h
+++ b/Source/Core/DebuggerWX/Src/CodeWindow.h
@@ -51,6 +51,8 @@ class CCodeWindow
*/
~CCodeWindow();
+ void Load();
+ void Save();
// Function redirection
wxFrame *GetParentFrame();
@@ -60,17 +62,13 @@ class CCodeWindow
bool IsActive();
void UpdateToolbar(wxAuiToolBar *);
void UpdateNotebook(int, wxAuiNotebook *);
- wxBitmap page_bmp;
+ wxBitmap aNormalFile;
#ifdef _WIN32
wxWindow * GetWxWindow(wxString);
#endif
wxWindow * GetNootebookPage(wxString);
void DoToggleWindow(int,bool);
- void Load_(IniFile &file);
- void Load(IniFile &file);
- void Save(IniFile &file);
-
bool UseInterpreter();
bool BootToPause();
bool AutomaticStart();
@@ -86,7 +84,8 @@ class CCodeWindow
void PopulateToolbar(wxAuiToolBar* toolBar);
void CreateSymbolsMenu();
void UpdateButtonStates();
- void CCodeWindow::UpdateManager();
+ void OpenPages();
+ void UpdateManager();
// Sub dialogs
wxMenuBar* pMenuBar;