X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4353a8df6eb0c743f42a85364235195246225b76..1286b7ba6c0e4d1513a0109cb6f57db622012881:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 30321ff610..e50b5a727f 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -548,6 +548,21 @@ // Recommended setting: 1 #define wxUSE_AUI 1 + +// Enable the new wxGraphicsPath and wxGraphicsContext classes for an advanced +// 2D drawing API. (Still somewhat experimental) +// +// Please note that on Windows you will need to link with gdiplus.lib (use +// USE_GDIPLUS=1 for makefile builds) and distribute gdiplus.dll with your +// application if you want it to be runnable on pre-XP systems. +// +// Default is 0 +// +// Recommended setting: 1 +#ifndef wxUSE_GRAPHICS_CONTEXT +#define wxUSE_GRAPHICS_CONTEXT 0 +#endif + // ---------------------------------------------------------------------------- // Individual GUI controls // ---------------------------------------------------------------------------- @@ -1203,6 +1218,14 @@ // Automation, can be safely set to 0 otherwise #define wxUSE_OLE_AUTOMATION 1 +// Set this to 1 to enable wxActiveXContainer class allowing to embed OLE +// controls in wx. +// +// Default is 1. +// +// Recommended setting: 1, required by wxMediaCtrl +#define wxUSE_ACTIVEX 1 + // wxDC cacheing implementation #define wxUSE_DC_CACHEING 1