]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/setup.h
removed wxSTRING_TEXT() macro in favour of wxS()
[wxWidgets.git] / include / wx / msw / wince / setup.h
index cefc9000ace55f3db67cf6565fee94c39986621c..fb40f30a33a2bb1f02cb0e04140dea993a57fbe1 100644 (file)
 // 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.