X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/23a59c2cbe8489445b9c26dee4a77e2d20a999c2..29c8694822a192934278ba0f98eaf437024c0278:/include/wx/palmos/setup0.h diff --git a/include/wx/palmos/setup0.h b/include/wx/palmos/setup0.h index 5718b61ca1..0f1725364f 100644 --- a/include/wx/palmos/setup0.h +++ b/include/wx/palmos/setup0.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/msw/setup.h +// Name: wx/palmos/setup.h // Purpose: Configuration for the library // Author: Julian Smart // Modified by: @@ -710,7 +710,7 @@ // Default is 1 // // Recommended setting: 1 -#define wxUSE_COLOURDLG 0 +#define wxUSE_COLOURDLG 1 // wxDirDlg class for getting a directory name from user #define wxUSE_DIRDLG 0 @@ -746,7 +746,7 @@ #define wxUSE_MSGDLG 1 // progress dialog class for lengthy operations -#define wxUSE_PROGRESSDLG 0 +#define wxUSE_PROGRESSDLG 1 // support for startup tips (wxShowTip &c) #define wxUSE_STARTUP_TIPS 0 @@ -1025,18 +1025,6 @@ // Recommended setting: 1 #define wxUSE_OLE 0 -// Set this to 1 to use Microsoft CTL3D library for "3D-look" under Win16 or NT -// 3.x. This setting is ignored under Win9x and NT 4.0+. -// -// Default is 0 for (most) Win32 (systems), 1 for Win16 -// -// Recommended setting: same as default -#if defined(__WIN95__) -#define wxUSE_CTL3D 0 -#else -#define wxUSE_CTL3D 0 -#endif - // Define as 1 to use Microsoft's ItsyBitsy small title bar library, for // wxMiniFrame. This setting is only used for Win3.1; Win9x and NT use native // miniframes support instead.