Author: mordante
Date: Thu Apr 30 22:56:19 2009
New Revision: 35356

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35356&view=rev
Log:
Add a new return value.

This value is not used, but will be implemented in the future.

Modified:
    trunk/src/gui/widgets/window.hpp

Modified: trunk/src/gui/widgets/window.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/widgets/window.hpp?rev=35356&r1=35355&r2=35356&view=diff
==============================================================================
--- trunk/src/gui/widgets/window.hpp (original)
+++ trunk/src/gui/widgets/window.hpp Thu Apr 30 22:56:19 2009
@@ -103,10 +103,15 @@
                                                                                
* message popup can do it.
                                                                                
*/
                OK = -1,                       /**< Dialog is closed with ok 
button. */
-               CANCEL = -2                    /**<
+               CANCEL = -2,                   /**<
                                                                                
* Dialog is closed with the cancel
                                                                                
* button.
                                                                                
*/
+               AUTO_CLOSE = -3                /**< 
+                                               * The dialog is closed 
automatically
+                                               * since it's timeout has been
+                                               * triggered.
+                                               */
                };
 
        /** Gets the retval for the default buttons. */


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to