GUI: Save page views

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4071 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2009-08-27 01:30:08 +00:00
parent d46927207a
commit bc938c4b01
4 changed files with 71 additions and 108 deletions

View File

@ -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;