Add some comment.
This commit is contained in:
parent
46f7661a48
commit
06aa851094
1 changed files with 5 additions and 0 deletions
|
@ -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 ***** ***** ***** *****/
|
||||
|
|
Loading…
Add table
Reference in a new issue