/*
* Use wxPopupWindow (useful in wxUniv only for now)
*/
+#ifdef __WXMOTIF__
+#define wxUSE_POPUPWIN 0
+#else
#define wxUSE_POPUPWIN 1
+#endif
/*
Use wxTipWindow
/*
* Use tooltips
*/
+#ifdef __WXMOTIF__
+#define wxUSE_TOOLTIPS 0
+#else
#define wxUSE_TOOLTIPS 1
+#endif
/*
* Use dnd
*/
*/
#define wxUSE_PCX 1
+/*
+ * IFF image format support
+ */
+#define wxUSE_IFF 1
+
/*
* PNM image format support
*/
*/
#define wxUSE_XPM 1
+/*
+ * MS Icons and Cursors format support
+ */
+#define wxUSE_ICO_CUR 0
+
/*
* Disable this if your compiler can't cope
* with omission of prototype parameters.