X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3eada58e7aa4284043bbc4aa96fba47c6b91d67a..217099990c2665d18d352c60058106da9a014ab8:/include/wx/os2/setup.h diff --git a/include/wx/os2/setup.h b/include/wx/os2/setup.h index 7bea1764b1..562a2b1470 100644 --- a/include/wx/os2/setup.h +++ b/include/wx/os2/setup.h @@ -305,6 +305,9 @@ #define wxUSE_OWNER_DRAWN 1 // Owner-drawn menus and listboxes +#define wxUSE_NEW_GRID 1 + // Define 1 to use the new drid classes + /* * Any platform * @@ -324,5 +327,13 @@ #define wxUSE_GENERIC_DIALOGS_IN_OS2 0 // Define 1 to use generic dialogs in Windows, even though // they duplicate native common dialog (e.g. wxColourDialog) + +#define wxUSE_SNGLINST_CHECKER 1 + +#define wxUSE_GEOMETRY 1 + // needed for wxCanvas +#define wxUSE_MENUS 1 + + #endif // _WX_SETUP_H_