]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/setup0.h
remove SetBackgroundStyle call from OnInternalIdle, it should be done from realize...
[wxWidgets.git] / include / wx / motif / setup0.h
index 72c3721f07e0ec49f67f4c90ddc992bc5c28cfe3..3f87e116bebfd5bb1d9a56a4aeae745d612c2c5b 100644 (file)
 // Recommended setting: 1
 #define wxUSE_NOTIFICATION_MESSAGE 1
 
+// wxRichToolTip is a customizable tooltip class which has more functionality
+// than the stock (but native, unlike this class) wxToolTip.
+//
+// Default is 1.
+//
+// Recommended setting: 1 (but can be safely set to 0 if you don't need it)
+#define wxUSE_RICHTOOLTIP 1
+
 // Use wxSashWindow class.
 //
 // Default is 1.