]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/notifmsg.h
Remove duplicate wxFileKind definition from documentation.
[wxWidgets.git] / interface / wx / notifmsg.h
index dd900fc7c0faac7dd2c5f3c5aef61482b3678d16..68a8d1ab73b27f054eb11228eac403d4543aa75d 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxNotificationMessage
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 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.