X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4b6b4dfcf48af89d910df5a21786fbcd02db8c97..9ef63a4a59eccce6cd8787f0ed966bfa8365a22e:/include/wx/os2/setup0.h diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index 12795aec32..4efd8d7da7 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -315,6 +315,9 @@ // 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 @@ -329,7 +332,8 @@ #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