X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6f989f3dbec747c6da629a32fa5cad9a554f66e..ed673c6a48b3479beac60a93ff8f44611e44415f:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 978a35b166..fa3435b1af 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -12,13 +12,12 @@ #ifndef _WX_SETUP_H_ #define _WX_SETUP_H_ -/* - * General features - * - */ +// ---------------------------------------------------------------------------- +// global settings +// ---------------------------------------------------------------------------- -#define wxUSE_CONFIG 1 - // Use wxConfig, with CreateConfig in wxApp +// define this to 0 when building wxBase library +#define wxUSE_GUI 1 #define WXWIN_COMPATIBILITY 0 // Compatibility with 1.68 API. @@ -27,6 +26,13 @@ // the compatibility code is now very minimal so there // is little advantage to setting it to 1. +// ---------------------------------------------------------------------------- +// General features +// ---------------------------------------------------------------------------- + +#define wxUSE_CONFIG 1 + // Use wxConfig, with CreateConfig in wxApp + #define wxUSE_POSTSCRIPT 0 // 0 for no PostScript device context #define wxUSE_AFM_FOR_POSTSCRIPT 0 @@ -97,6 +103,11 @@ #define wxUSE_CARET 1 // Define 1 to use wxCaret class + +#define wxUSE_NEW_GRID 1 + // Define 1 to use the new wxGrid class + // (still under development, define 0 to + // use existing wxGrid class) #define wxUSE_XPM_IN_MSW 1 // Define 1 to support the XPM package in wxBitmap. #define wxUSE_IMAGE_LOADING_IN_MSW 1