aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-28 15:27:51 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-28 15:27:51 +0100
commitcd2c9e5b470255366464131492389cb0928cc5d1 (patch)
tree547cc3daf07708dfbc6cde2801209caa73c54d4c /src/gui.h
parent81d7a419624e79ec3fa6c4bcb52fccaa6004065b (diff)
Improve GUI and debug various classes
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/gui.h b/src/gui.h
index 6c52418..e5dae19 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -53,11 +53,10 @@
#define SWAP_BTN 1009
#define ZOOM_IN_BTN 1010
#define ZOOM_OUT_BTN 1011
-#define COPY_FEN_BTN 1012
-#define COMMENT_INPUT_BOX 1013
-#define UPDATE_BTN 1014
-#define DELETE_BTN 1015
-#define LIVE_ANALYSIS_GAME_BUTTON 1016
+#define COMMENT_INPUT_BOX 1012
+#define UPDATE_BTN 1013
+#define DELETE_BTN 1014
+#define LIVE_ANALYSIS_GAME_BUTTON 1015
///////////////////////////////////////////////////////////////////////////////
/// Class MainFrame
@@ -260,11 +259,11 @@ class TabGameLeftPanel : public wxPanel
wxBitmapButton* swap_button;
wxBitmapButton* zoomin_button;
wxBitmapButton* zoomout_button;
- wxButton* copy_fen_button;
+ wxTextCtrl* fen_text_field;
public:
- TabGameLeftPanel( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
+ TabGameLeftPanel( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 998,410 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
~TabGameLeftPanel();