]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/setup0.h
Use wxPageSetupDialogData instead of old wxPageSetupData everywhere.
[wxWidgets.git] / include / wx / univ / setup0.h
index 632c93a5b0e012e6b4174697823e35840bd4a4f3..f59ae505585f6f2c8f208aa5d541f207d17b83d0 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.