X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7da37f2c5d7addc655e3c6bcd29a8877c360b35b..f196316400fd247a760b2ef77d5064b4e10e5471:/include/wx/msw/wince/setup.h diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index 121938f88d..b1b2599069 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -330,6 +330,16 @@ // Recommended setting: 1 (but can be safely disabled if you don't use it) #define wxUSE_BASE64 1 +// Set this to 1 to be able to use wxEventLoop even in console applications +// (i.e. using base library only, without GUI). This is mostly useful for +// processing socket events but is also necessary to use timers in console +// applications +// +// Default is 1. +// +// Recommended setting: 1 (but can be safely disabled if you don't use it) +#define wxUSE_CONSOLE_EVENTLOOP 1 + // Set wxUSE_(F)FILE to 1 to compile wx(F)File classes. wxFile uses low level // POSIX functions for file access, wxFFile uses ANSI C stdio.h functions. // @@ -481,6 +491,9 @@ // Joystick support class #define wxUSE_JOYSTICK 1 +// wxFontEnumerator class +#define wxUSE_FONTENUM 1 + // wxFontMapper class #define wxUSE_FONTMAP 1 @@ -745,6 +758,14 @@ // Recommended setting: 0 (use wxNotebook) #define wxUSE_TAB_DIALOG 0 +// wxTaskBarIcon is a small notification icon shown in the system toolbar or +// dock. +// +// Default is 1. +// +// Recommended setting: 1 (but can be set to 0 if you don't need it) +#define wxUSE_TASKBARICON 1 + // wxGrid class // // Default is 1, set to 0 to cut down compilation time and binaries size if you