X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/569c7d8ccb0c3f350b50f0f8435b6c6ac3d78cc8..6041f69ca7bbb7c39e4ba64e407bc3ac39e3687f:/include/wx/motif/setup0.h?ds=sidebyside diff --git a/include/wx/motif/setup0.h b/include/wx/motif/setup0.h index 72c3721f07..3f87e116be 100644 --- a/include/wx/motif/setup0.h +++ b/include/wx/motif/setup0.h @@ -1087,6 +1087,14 @@ // 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.