X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8575ff507f8e66e87f8d32fb8710283082bf4e76..d9359369af901bf2146b5ad6575f7aae13389a15:/include/wx/setup_inc.h?ds=sidebyside diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 5e329cba58..07ed994071 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -847,6 +847,17 @@ // Recommended setting: 1 (can't be disabled under MSW) #define wxUSE_MENUS 1 +// Use wxNotificationMessage. +// +// wxNotificationMessage allows to show non-intrusive messages to the user +// using balloons, banners, popups or whatever is the appropriate method for +// the current platform. +// +// Default is 1. +// +// Recommended setting: 1 +#define wxUSE_NOTIFICATION_MESSAGE 1 + // Use wxSashWindow class. // // Default is 1.