diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-29 16:34:14 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-29 16:34:14 +0100 |
| commit | 5aea044961b18769f3a54693cdeb6a3bf0dfaa63 (patch) | |
| tree | 27bef942c516c9b17ca5f1fd7d7bdf776d4d1113 /src/gui.h | |
| parent | 834387d7b23d264f44871bcd6a62fe2a68250e1e (diff) | |
Improve UI
Diffstat (limited to 'src/gui.h')
| -rw-r--r-- | src/gui.h | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -48,9 +48,9 @@ #define ID_DIALOG_IMPORT_BUTTON 1003 #define ENGINE_SAVE_CONF_BUTTON 1004 #define ENGINE_DELETE_CONF_BUTTON 1005 -#define SWAP_BTN 1006 -#define ZOOM_IN_BTN 1007 -#define ZOOM_OUT_BTN 1008 +#define ZOOM_IN_BTN 1006 +#define ZOOM_OUT_BTN 1007 +#define SWAP_BTN 1008 #define COMMENT_INPUT_BOX 1009 #define UPDATE_BTN 1010 #define DELETE_BTN 1011 @@ -257,9 +257,9 @@ class TabGameLeftPanel : public wxPanel protected: wxBoxSizer* main_sizer; - wxBitmapButton* swap_button; wxBitmapButton* zoomin_button; wxBitmapButton* zoomout_button; + wxBitmapButton* swap_button; wxTextCtrl* fen_text_field; public: @@ -285,6 +285,16 @@ class TabGameRightPanel : public wxPanel wxStaticLine* m_staticline1; wxStaticText* comment_label; wxTextCtrl* comment_input; + wxButton* nag_1; + wxButton* nag_2; + wxButton* nag_3; + wxButton* nag_4; + wxButton* nag_5; + wxButton* nag_6; + wxButton* nag_10; + wxButton* nag_18; + wxButton* nag_19; + wxButton* nag_del; wxPanel* tags_page; wxTextCtrl* tagTextCtrl; wxTextCtrl* valueTextCtrl; @@ -299,7 +309,7 @@ class TabGameRightPanel : public wxPanel public: - TabGameRightPanel( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); + TabGameRightPanel( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,379 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~TabGameRightPanel(); |
