]> git.saurik.com Git - wxWidgets.git/commitdiff
Add GetClientArea
authorRobin Dunn <robin@alldunn.com>
Fri, 17 Mar 2006 00:50:33 +0000 (00:50 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 17 Mar 2006 00:50:33 +0000 (00:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_display.i

index 6cbc1cda989a8bef3e68c4b9aba09bcfe8280817..ff1e70c7eb123218b16bb8c9cc3cb65f6d70626f 100644 (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.", "");
         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(
     
 
     DocDeclStr(