X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e88f6524513de78a0f8434e188ae0e7c354dba05..470402b9966ec0c9b0011193cb82bd6baa4a98c5:/include/wx/setup_inc.h diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 1f062009d9..de7d95be3b 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -431,6 +431,9 @@ // Set to 1 to compile wxZipInput/OutputStream classes. #define wxUSE_ZIPSTREAM 1 +// Set to 1 to compile wxBackingFile and wxBackedInputStream +#define wxUSE_BACKINGFILE 1 + // Set to 1 to compile wxZlibInput/OutputStream classes. Also required by // wxUSE_LIBPNG #define wxUSE_ZLIB 1 @@ -596,6 +599,7 @@ // Default is 1 // // Recommended setting: 1 +#define wxUSE_ANIMATIONCTRL 1 // wxAnimationCtrl #define wxUSE_BUTTON 1 // wxButton #define wxUSE_BMPBUTTON 1 // wxBitmapButton #define wxUSE_CALENDARCTRL 1 // wxCalendarCtrl @@ -897,6 +901,14 @@ // wizards #define wxUSE_WIZARDDLG 1 +// Compile in wxAboutBox() function showing the standard "About" dialog. +// +// Default is 1 +// +// Recommended setting: 1 but can be set to 0 to save some space if you don't +// use this function +#define wxUSE_ABOUTDLG 1 + // ---------------------------------------------------------------------------- // Metafiles support // ---------------------------------------------------------------------------- @@ -1026,6 +1038,16 @@ #define wxUSE_HELP 1 // 0 for no help facility +// Should we use MS HTML help for wxHelpController? If disabled, neither +// wxCHMHelpController nor wxBestHelpController are available. +// +// Default is 1 +// +// Recommended setting: 1, only set to 0 if you have trouble compiling +// wxCHMHelpController (could be a problem with really ancient compilers) +#define wxUSE_MS_HTML_HELP 1 + + // Use wxHTML-based help controller? #define wxUSE_WXHTML_HELP 1