Add some comment.

This commit is contained in:
Mark de Wever 2008-08-16 18:13:00 +00:00
parent 46f7661a48
commit 06aa851094

View file

@ -38,6 +38,11 @@ public:
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 ***** ***** ***** *****/