X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/917fe2f2421d313dcf6c12b19ea496a4ee1b0421..02cecc4dc2c07b3e4b109edf44c4c87a2fed87d9:/include/wx/setup_inc.h diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 628d5e0096..f6df77f7d3 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -603,6 +603,13 @@ // Recommended setting: 1 #define wxUSE_AUI 1 +// Use wxPropertyGrid. +// +// Default is 1 +// +// Recommended setting: 1 +#define wxUSE_PROPGRID 1 + // Use wxStyledTextCtrl, a wxWidgets implementation of Scintilla. // // Default is 1 @@ -767,14 +774,6 @@ // Recommended setting: 1 #define wxUSE_TOOLBOOK 1 -// wxTabDialog is a generic version of wxNotebook but it is incompatible with -// the new class. It shouldn't be used in new code. -// -// Default is 0. -// -// Recommended setting: 0 (use wxNotebook) -#define wxUSE_TAB_DIALOG 0 - // wxTaskBarIcon is a small notification icon shown in the system toolbar or // dock. //