X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08399e45e70135e9e8458fdcd3a485f5ad94a935..71908213057690d5452f72b2b9c8e62b53357170:/include/wx/os2/setup0.h diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index 83aa19c650..fabfe09f8d 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -56,6 +56,12 @@ #define wxUSE_TIMEDATE 1 // 0 for no wxTime/wxDate classes +#define wxUSE_MENUS 1 + // 0 for no menus + +#define wxUSE_JOYSTICK 1 + // 0 for no joystick functions + #define wxUSE_CLIPBOARD 1 // 0 for no clipboard functions @@ -299,6 +305,8 @@ #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 * @@ -318,5 +326,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_