From: Robin Dunn Date: Fri, 17 Mar 2006 00:50:33 +0000 (+0000) Subject: Add GetClientArea X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/90ab4a358c3f385c4d21a6bf089d0d8510d690f2 Add GetClientArea git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_display.i b/wxPython/src/_display.i index 6cbc1cda98..ff1e70c7eb 100644 --- a/wxPython/src/_display.i +++ b/wxPython/src/_display.i @@ -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(