]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/setup0.h
No changes, just add another case to a switch on wxMouseButton.
[wxWidgets.git] / include / wx / palmos / setup0.h
index d2384305df6bacf7c82902c211368e76a08acd91..0db190529a76184ac3fe8eb0ed2e8b90b9b0f0cb 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.