X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0d969e854a10bf98379acec2029e21308748c9c..cb3db09022512bcbb6c6c41dd6859ab9245186a1:/include/wx/setup_inc.h diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index f34caf2a33..d85e330511 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -254,7 +254,7 @@ #define wxUSE_STREAMS 1 // Use standard C++ streams if 1 instead of wx streams in some places. If -// disabled (default),.wx streams are used everywhere and wxWidgets doesn't +// disabled (default), wx streams are used everywhere and wxWidgets doesn't // depend on the standard streams library. // // Notice that enabling this does not replace wx streams with std streams @@ -557,6 +557,7 @@ #define wxUSE_CHECKLISTBOX 1 // wxCheckListBox (requires wxUSE_OWNER_DRAWN) #define wxUSE_CHOICE 1 // wxChoice #define wxUSE_COMBOBOX 1 // wxComboBox +#define wxUSE_DATAVIEWCTRL 1 // wxDataViewCtrl #define wxUSE_DATEPICKCTRL 1 // wxDatePickerCtrl #define wxUSE_GAUGE 1 // wxGauge #define wxUSE_LISTBOX 1 // wxListBox @@ -687,12 +688,13 @@ #define wxUSE_CARET 1 // Use wxDisplay class: it allows enumerating all displays on a system and -// working with them. +// their geometries as well as finding the display on which the given point or +// window lies. // -// Default is 0 because it isn't yet implemented on all platforms +// Default is 1. // // Recommended setting: 1 if you need it, can be safely set to 0 otherwise -#define wxUSE_DISPLAY 0 +#define wxUSE_DISPLAY 1 // Miscellaneous geometry code: needed for Canvas library #define wxUSE_GEOMETRY 1