X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1873279648582e6af46f9103460da50bf5e03b9..4e57034053aa0c73313f806c7b544e43c794394d:/include/wx/setup_inc.h diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 2bf77dd7a4..79e636098e 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -487,6 +487,9 @@ // Joystick support class #define wxUSE_JOYSTICK 1 +// wxFontEnumerator class +#define wxUSE_FONTENUM 1 + // wxFontMapper class #define wxUSE_FONTMAP 1 @@ -751,6 +754,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