]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/notifmsg.h
split wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANGING/ED pair for consistency...
[wxWidgets.git] / include / wx / generic / notifmsg.h
index bfa2d7214e361978f7376e786142952a71086985..15e1513db4cd7b0813e0683ae3790e44ce0a26c6 100644 (file)
@@ -23,8 +23,9 @@ public:
     wxGenericNotificationMessage() { Init(); }
     wxGenericNotificationMessage(const wxString& title,
                                  const wxString& message = wxString(),
-                                 wxWindow *parent = NULL)
-        : wxNotificationMessageBase(title, message, parent)
+                                 wxWindow *parent = NULL,
+                                 int flags = wxICON_INFORMATION)
+        : wxNotificationMessageBase(title, message, parent, flags)
     {
         Init();
     }