]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/notifmsg.h
addind nonowned window implementation
[wxWidgets.git] / interface / notifmsg.h
index bbe2ec7de1861f709887bbfb74f023a536b16557..ecc14510e9d9a69958ecf27e74b1bfd17994b9ea 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        notifmsg.h
 /////////////////////////////////////////////////////////////////////////////
 // Name:        notifmsg.h
-// Purpose:     documentation for wxNotificationMessage class
+// Purpose:     interface of wxNotificationMessage
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -27,9 +27,7 @@ public:
     //@{
     /**
         , @b wxWindow*@e parent = @NULL, @b int@e flags = @c wxICON_INFORMATION)
     //@{
     /**
         , @b wxWindow*@e parent = @NULL, @b int@e flags = @c wxICON_INFORMATION)
-        
         Create a notification object with the given attributes.
         Create a notification object with the given attributes.
-        
         See SetTitle(),
         SetMessage(),
         SetParent() and
         See SetTitle(),
         SetMessage(),
         SetParent() and
@@ -42,7 +40,6 @@ public:
 
     /**
         Hides the notification.
 
     /**
         Hides the notification.
-        
         Returns @true if it was hidden or @false if it couldn't be done (e.g. on
         some
         systems automatically hidden notifications can't be hidden manually)
         Returns @true if it was hidden or @false if it couldn't be done (e.g. on
         some
         systems automatically hidden notifications can't be hidden manually)
@@ -54,7 +51,6 @@ public:
         notification. Valid values are @c wxICON_INFORMATION,
         @c wxICON_WARNING and @c wxICON_ERROR (notice that
         @c wxICON_QUESTION is not allowed here).
         notification. Valid values are @c wxICON_INFORMATION,
         @c wxICON_WARNING and @c wxICON_ERROR (notice that
         @c wxICON_QUESTION is not allowed here).
-        
         Some implementations of this class may not support the icons.
     */
     void SetFlags(int flags);
         Some implementations of this class may not support the icons.
     */
     void SetFlags(int flags);
@@ -83,11 +79,11 @@ public:
     /**
         Show the notification to the user and hides it after timeout seconds
         pass. Special values @c Timeout_Auto and @c Timeout_Never can be
     /**
         Show the notification to the user and hides it after timeout seconds
         pass. Special values @c Timeout_Auto and @c Timeout_Never can be
-        used here, notice that you shouldn't rely on @e timeout being exactly
+        used here, notice that you shouldn't rely on @a timeout being exactly
         respected because the current platform may only support default timeout value
         and also because the user may be able to close the notification.
         respected because the current platform may only support default timeout value
         and also because the user may be able to close the notification.
-        
         Returns @false if an error occurred.
     */
     bool Show(int timeout = Timeout_Auto);
 };
         Returns @false if an error occurred.
     */
     bool Show(int timeout = Timeout_Auto);
 };
+