X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1633a8f6aea2747c3fdaa3d8025fac1372e4633..3342663931cc6d203c1d2ded6da44a17347cb0e7:/include/wx/os2/setup0.h diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index ea8d31fe4b..c957ac5b11 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -77,8 +77,8 @@ // 0 for no drag and drop #define wxUSE_CONTROLS 1 // Do not change -#define wxUSE_POPUPWIN 0 // OS/2 does not use this -#define wxUSE_TIPWINDOW 0 // hence this is unavailable +#define wxUSE_POPUPWIN 1 // +#define wxUSE_TIPWINDOW 1 // // Recommended setting: 1 #define wxUSE_BUTTON 1 // wxButton @@ -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