Author: mordante
Date: Sun Mar 13 08:49:29 2011
New Revision: 48875
URL: http://svn.gna.org/viewcvs/wesnoth?rev=48875&view=rev
Log:
Add some extra comment.
Modified:
trunk/src/gui/dialogs/dialog.hpp
Modified: trunk/src/gui/dialogs/dialog.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/dialogs/dialog.hpp?rev=48875&r1=48874&r2=48875&view=diff
==============================================================================
--- trunk/src/gui/dialogs/dialog.hpp (original)
+++ trunk/src/gui/dialogs/dialog.hpp Sun Mar 13 08:49:29 2011
@@ -351,6 +351,8 @@
/**
* Actions to be taken directly after the window is build.
*
+ * At this point the registered fields are not yet registered.
+ *
* @param video The video which contains the surface to
draw
* upon.
* @param window The window just created.
@@ -360,6 +362,9 @@
/**
* Actions to be taken before showing the window.
*
+ * At this point the registered fields are registered and initialized
with
+ * their initial values.
+ *
* @param video The video which contains the surface to
draw
* upon.
* @param window The window to be shown.
@@ -369,6 +374,9 @@
/**
* Actions to be taken after the window has been shown.
*
+ * At this point the registered fields already stored their values (if
the
+ * OK has been pressed).
+ *
* @param window The window which has been shown.
*/
virtual void post_show(twindow& /*window*/) {}
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits