Add GetClientArea

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-03-17 00:50:33 +00:00
parent 47f43b6bb5
commit 90ab4a358c

View File

@ -172,6 +172,12 @@ it is not shown at all.", "");
virtual wxRect , GetGeometry() const,
"Returns the bounding rectangle of the display whose index was passed
to the constructor.", "");
DocDeclStr(
wxRect , GetClientArea() const,
"Get the client area of the display, i.e. without taskbars and such", "");
DocDeclStr(