X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/59fbed90b94ec2f86ed6ba36a9a637f90fcb71c8..f2408396534cc952a5bfcd3a2cc018abe8221c78:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 1717a1c624..de5a2483a3 100644 --- a/setup.h.in +++ b/setup.h.in @@ -298,6 +298,7 @@ #define wxUSE_CHECKLISTBOX 0 #define wxUSE_CHOICE 0 #define wxUSE_COMBOBOX 0 +#define wxUSE_DATAVIEWCTRL 0 #define wxUSE_DATEPICKCTRL 0 #define wxUSE_GAUGE 0 #define wxUSE_LISTBOX 0 @@ -337,10 +338,12 @@ #define wxUSE_GRID 0 -#define wxUSE_DATAVIEWCTRL 0 - #define wxUSE_MINIFRAME 0 +#define wxUSE_COMBOCONTROL 0 + +#define wxUSE_OWNERDRAWNCOMBOBOX 0 + #define wxUSE_ACCEL 0 @@ -509,6 +512,8 @@ #define wxUSE_RICHEDIT2 0 #endif +#define wxUSE_INKEDIT 0 + #define wxUSE_UNICODE_MSLU 0 #define wxUSE_DC_CACHEING 0 @@ -600,6 +605,10 @@ * Use GNOME print for printing under GTK+ 2.0 */ #define wxUSE_LIBGNOMEPRINT 0 +/* + * Use GNOME VFS for MIME types + */ +#define wxUSE_LIBGNOMEVFS 0 /* * Use the Hildon framework */