+
+ /**
+ Create a notification object with the given attributes.
+
+ See SetTitle(), SetMessage(), SetParent() and SetFlags() for the
+ description of the corresponding parameters.
+ */
+ wxNotificationMessage(const wxString& title, const wxString& message = wxEmptyString,
+ wxWindow* parent = NULL, int flags = wxICON_INFORMATION);