X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5e10e234e2325fa6e25b23098470c5015e07a01..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/config.h?ds=sidebyside diff --git a/interface/wx/config.h b/interface/wx/config.h index 67657ed11e..a5c930c7d3 100644 --- a/interface/wx/config.h +++ b/interface/wx/config.h @@ -6,6 +6,18 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// + +// Flags for constructor style parameter +enum +{ + wxCONFIG_USE_LOCAL_FILE = 1, + wxCONFIG_USE_GLOBAL_FILE = 2, + wxCONFIG_USE_RELATIVE_PATH = 4, + wxCONFIG_USE_NO_ESCAPE_CHARACTERS = 8, + wxCONFIG_USE_SUBDIR = 16 +}; + + /** @class wxConfigBase @@ -905,7 +917,7 @@ public: @library{wxbase} @category{cfg} */ -class WXDLLIMPEXP_BASE wxConfigPathChanger +class wxConfigPathChanger { public: