diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-24 22:30:20 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-24 22:30:20 +0100 |
| commit | d298c59206ccb8c3e511fad9884e1cb0bd98b793 (patch) | |
| tree | f2c725e865522c7430566a54e89c3426e799bf66 /src/MainWindow.hpp | |
| parent | 418b2e7f600551062af6beb81cd105287d9ce59a (diff) | |
Update db management
Diffstat (limited to 'src/MainWindow.hpp')
| -rw-r--r-- | src/MainWindow.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MainWindow.hpp b/src/MainWindow.hpp index 1562a9d..f705173 100644 --- a/src/MainWindow.hpp +++ b/src/MainWindow.hpp @@ -12,6 +12,7 @@ wxDECLARE_EVENT(REFRESH_TAB_TITLE, wxCommandEvent); wxDECLARE_EVENT(NEW_GAME_EVENT, wxCommandEvent); wxDECLARE_EVENT(CLOSE_TAB_EVENT, wxCommandEvent); wxDECLARE_EVENT(REFRESH_ENGINE_LIST, wxCommandEvent); +wxDECLARE_EVENT(CLOSE_LINKED_TAB, wxCommandEvent); class MainWindow : public MainFrame { wxPreferencesEditor *prefsEditor; @@ -29,6 +30,7 @@ class MainWindow : public MainFrame { void OnCloseTabEvent(wxCommandEvent &event); void OnRefreshEngineList(wxCommandEvent &event); void OnMenuItemClick(wxCommandEvent &event); + void OnCloseTabLinkedTo(wxCommandEvent &event); void AddPage(wxWindow* window, TabInfos* infos); void CloseTabLinkedTo(long id); public: |
