]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/setup0.h
non-pch build fixes
[wxWidgets.git] / include / wx / palmos / setup0.h
index 313ba4f3bdb2c45ffaa0592c4059eed982ec5e50..01ee5a4cf8fa09ba6cf01af2382ee90f17c4b4cf 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.