X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b33e9f4031e64e957dcb873bf5e7c9a3b08d0c0d..35d6156ba4efddad24c032dce4f84ed383a9ce5c:/include/wx/univ/setup0.h diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 66227d0b77..00a236c258 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -3,7 +3,6 @@ // Purpose: Configuration for the universal build of the library // Author: Julian Smart // Created: 01/02/97 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -1097,6 +1096,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. //