X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6bdaaad1dbc577bb5448b55779f50ea3cb2b563..eba99da4c0563e6508761272a1e1f1b791d0af6b:/include/wx/univ/setup0.h diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 9e8a8722f9..e292046e4e 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -292,6 +292,14 @@ // Recommended setting: 1 (but may be safely disabled if you don't use it) #define wxUSE_FSVOLUME 1 +// Use wxStandardPaths class which allows to retrieve some standard locations +// in the file system +// +// Default is 1 +// +// Recommended setting: 1 (may be disabled to save space, but not much) +#define wxUSE_STDPATHS 1 + // use wxTextBuffer class: required by wxTextFile #define wxUSE_TEXTBUFFER 1 @@ -570,6 +578,7 @@ #define wxUSE_CHECKLISTBOX 1 // wxCheckListBox #define wxUSE_CHOICE 1 // wxChoice #define wxUSE_COMBOBOX 1 // wxComboBox +#define wxUSE_DATEPICKCTRL 1 // wxDatePickerCtrl #define wxUSE_GAUGE 1 // wxGauge #define wxUSE_LISTBOX 1 // wxListBox #define wxUSE_LISTCTRL 1 // wxListCtrl