]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/setup0.h
fix comparison of BYTE variable with -1 after last commit
[wxWidgets.git] / include / wx / motif / setup0.h
index 5637c68c828f878e5078dc3d595c1a53f9f861d0..b9a5c9c6b0555c78b8c55c1c5d1a35f63ffd8113 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.