summaryrefslogtreecommitdiff
path: root/MainWindow.h
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-06-13 13:19:15 +0930
committerDaniel Jones <admin@danieljon.es>2020-06-13 13:19:15 +0930
commit7bde399a0a71f09684f65ebb86d2eaf844e2fc79 (patch)
tree238b70f3ea994c30dfc70ae9cc7428057688078f /MainWindow.h
parent298310e59baf243320648fb4a87c5458127f7d6a (diff)
downloadfoxminesweeper-7bde399a0a71f09684f65ebb86d2eaf844e2fc79.tar.gz
foxminesweeper-7bde399a0a71f09684f65ebb86d2eaf844e2fc79.zip
UI work
Diffstat (limited to 'MainWindow.h')
-rw-r--r--MainWindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/MainWindow.h b/MainWindow.h
index 29e998c..4c53ba6 100644
--- a/MainWindow.h
+++ b/MainWindow.h
@@ -68,6 +68,12 @@ class MainWindow : public FXMainWindow
Board *board;
FXMatrix *matrix;
FXLabel *time_label;
+ FXTextField *width_input;
+ FXTextField *height_input;
+ FXTextField *mine_input;
+ FXHorizontalFrame *width_input_frame;
+ FXHorizontalFrame *height_input_frame;
+ FXHorizontalFrame *mine_input_frame;
std::vector<std::shared_ptr<FXButton>> tile_buttons;
/* icons */
FXIcon *bomb_icon;