diff options
Diffstat (limited to 'src/gui.h')
| -rw-r--r-- | src/gui.h | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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(); |
