]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
Added wxDataViewTreeCtrl
[wxWidgets.git] / include / wx / msw / setup0.h
index 58b967d0d838b53f17bd1d24473a57cab5fa6a95..709b7fe5f9939b0d38356a1730f35af0666674b4 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.