]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup0.h
Add WX_FIND_LIB() function to simplify testing for libraries in configure.
[wxWidgets.git] / include / wx / os2 / setup0.h
index 3f7ba32ff7f52aaf675e5c80df1e393fc9a25ea3..e5dfea236d9596c50a99e4b19b00a3f88414e9c5 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.