diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-28 15:52:19 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-28 15:52:19 +0100 |
| commit | 8f1e8fa106107c61c7ac62fa0f13340537ba4d23 (patch) | |
| tree | ebff4736441faef551b683db0267bf4e29382976 /src/gui.h | |
| parent | 3cbbd1128d0002cf9cdc4c4cbbc61a8e0d89ff10 (diff) | |
Debug live engine
Diffstat (limited to 'src/gui.h')
| -rw-r--r-- | src/gui.h | 35 |
1 files changed, 18 insertions, 17 deletions
@@ -41,22 +41,23 @@ /////////////////////////////////////////////////////////////////////////// -#define LIVE_ENGINE_PAUSE_BUTTON 1000 -#define ID_DIALOG_CANCEL_BUTTON 1001 -#define ID_DIALOG_IMPORT_BUTTON 1002 -#define ENGINE_SAVE_CONF_BUTTON 1003 -#define ENGINE_DELETE_CONF_BUTTON 1004 -#define ID_SAVE_BUTTON 1005 -#define ID_EXPORT_BUTTON 1006 -#define ID_IMPORT_BUTTON 1007 -#define ID_DELETE_BUTTON 1008 -#define SWAP_BTN 1009 -#define ZOOM_IN_BTN 1010 -#define ZOOM_OUT_BTN 1011 -#define COMMENT_INPUT_BOX 1012 -#define UPDATE_BTN 1013 -#define DELETE_BTN 1014 -#define LIVE_ANALYSIS_GAME_BUTTON 1015 +#define ID_LIVE_ENGINE_DIALOG 1000 +#define LIVE_ENGINE_PAUSE_BUTTON 1001 +#define ID_DIALOG_CANCEL_BUTTON 1002 +#define ID_DIALOG_IMPORT_BUTTON 1003 +#define ENGINE_SAVE_CONF_BUTTON 1004 +#define ENGINE_DELETE_CONF_BUTTON 1005 +#define ID_SAVE_BUTTON 1006 +#define ID_EXPORT_BUTTON 1007 +#define ID_IMPORT_BUTTON 1008 +#define ID_DELETE_BUTTON 1009 +#define SWAP_BTN 1010 +#define ZOOM_IN_BTN 1011 +#define ZOOM_OUT_BTN 1012 +#define COMMENT_INPUT_BOX 1013 +#define UPDATE_BTN 1014 +#define DELETE_BTN 1015 +#define LIVE_ANALYSIS_GAME_BUTTON 1016 /////////////////////////////////////////////////////////////////////////////// /// Class MainFrame @@ -103,7 +104,7 @@ class DialogLiveEngine : public wxDialog public: - DialogLiveEngine( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 464,468 ), long style = wxDEFAULT_DIALOG_STYLE ); + DialogLiveEngine( wxWindow* parent, wxWindowID id = ID_LIVE_ENGINE_DIALOG, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 464,468 ), long style = wxDEFAULT_DIALOG_STYLE ); ~DialogLiveEngine(); |
