Frame: Remove callback function prototypes from header

Gets rid of more direct usages of the main_frame global, keeping the
callbacks internal to the frame itself.
This commit is contained in:
Lioncash
2017-04-03 05:39:48 -04:00
parent ee0e6fa09c
commit c457ee4995
6 changed files with 27 additions and 38 deletions

View File

@ -174,6 +174,7 @@ private:
wxMenuBar* CreateMenuBar() const;
void InitializeTASDialogs();
void InitializeCoreCallbacks();
// Utility
wxWindow* GetNotebookPageFromId(wxWindowID Id);
@ -337,6 +338,3 @@ private:
// Event table
DECLARE_EVENT_TABLE();
};
void OnAfterLoadCallback();
void OnStoppedCallback();