]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup0.h
Added wxDataViewTreeCtrl
[wxWidgets.git] / include / wx / mac / setup0.h
index a617ff9a496aed361d5c093455c0f7b4e2202a32..1e5083e3943654fc595625287688507cb8d9f886 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.