X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..0b59366faa1b3820dfc4f4ab130000f4e471e405:/interface/wx/notifmsg.h diff --git a/interface/wx/notifmsg.h b/interface/wx/notifmsg.h index 40e039bf9e..68a8d1ab73 100644 --- a/interface/wx/notifmsg.h +++ b/interface/wx/notifmsg.h @@ -24,6 +24,13 @@ class wxNotificationMessage : public wxEvtHandler { public: + /// Possible values for Show() timeout. + enum + { + Timeout_Auto = -1, ///< Notification will be hidden automatically. + Timeout_Never = 0 ///< Notification will never time out. + }; + /** Default constructor, use SetParent(), SetTitle() and SetMessage() to initialize the object before showing it.