Author: mordante
Date: Sat Aug 16 20:13:00 2008
New Revision: 28653

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28653&view=rev
Log:
Add some comment.

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

Modified: trunk/src/gui/widgets/container.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/widgets/container.hpp?rev=28653&r1=28652&r2=28653&view=diff
==============================================================================
--- trunk/src/gui/widgets/container.hpp (original)
+++ trunk/src/gui/widgets/container.hpp Sat Aug 16 20:13:00 2008
@@ -38,6 +38,11 @@
                grid_.set_parent(this);
        }
 
+       /** 
+        * Returns the size of the client area.
+        *
+        * The client area is the area available for widgets.
+        */
        virtual SDL_Rect get_client_rect() const { return get_rect(); }
 
        /***** ***** ***** ***** Inherited ***** ***** ***** *****/


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

Reply via email to