]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/setup0.h
Don't use gtk_menu_item_set_submenu() with NULL menu with GTK+ < 2.12.
[wxWidgets.git] / include / wx / osx / setup0.h
index db61cb128f4cc08b726e444af4b5f48590355772..bd1bc24491a24458ad00fef6dc40fc7417ed1f47 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.