// text entry dialog and wxGetTextFromUser function
#define wxUSE_TEXTDLG 1
+// use the number dialog
+#define wxUSE_NUMBERDLG 1
+
// wxToolBar class
#define wxUSE_TOOLBAR 1
#define wxUSE_TOOLBAR_NATIVE 1
#define wxUSE_PROGRESSDLG 1
// wxDirDlg class for getting a directory name from user
-#define wxUSE_DIRDLG 1
+#define wxUSE_DIRDLG 1
+#define wxUSE_DIRDLGG 1
#define wxUSE_OWNER_DRAWN 1
// Owner-drawn menus and listboxes