X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1383c34c9102dec25e71485a5a42e85301e9a1be..cbc8576a9b0102e84d4410cf7592587001ad47dc:/include/wx/gtk/setup0.h diff --git a/include/wx/gtk/setup0.h b/include/wx/gtk/setup0.h index b0d04366eb..d00331db0b 100644 --- a/include/wx/gtk/setup0.h +++ b/include/wx/gtk/setup0.h @@ -1098,6 +1098,16 @@ // Recommended setting: 1 #define wxUSE_NOTIFICATION_MESSAGE 1 +// wxPreferencesEditor provides a common API for different ways of presenting +// the standard "Preferences" or "Properties" dialog under different platforms +// (e.g. some use modal dialogs, some use modeless ones; some apply the changes +// immediately while others require an explicit "Apply" button). +// +// Default is 1. +// +// Recommended setting: 1 (but can be safely disabled if you don't use it) +#define wxUSE_PREFERENCES_EDITOR 1 + // wxRichToolTip is a customizable tooltip class which has more functionality // than the stock (but native, unlike this class) wxToolTip. // @@ -1649,12 +1659,8 @@ // exact GTK version (without including GTK+ headers that we don't want to // include from our own public headers), just assume a recent GTK 2.x. #define __WXGTK20__ -#define __WXGTK26__ #define __WXGTK210__ #define __WXGTK218__ - -// Alternatively, all the above symbols could be commented and this one -// uncommented if using GTK+ 3. -//#define __WXGTK30__ +//#define __WXGTK3__ #endif // _WX_SETUP_H_