/*
* 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
*/