]> git.saurik.com Git - wxWidgets.git/commitdiff
Add GetWindowBorderSize
authorRobin Dunn <robin@alldunn.com>
Sun, 26 Nov 2006 06:59:56 +0000 (06:59 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 26 Nov 2006 06:59:56 +0000 (06:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_window.i

index e705a0351b06ce7da150642a7b9b4496944638b1..dae385ad5541dc83d21e4257a5c4a88f651de489 100644 (file)
@@ -716,6 +716,11 @@ windows it is more or less independent of the screen window size.", "");
         GetVirtualSizeTuple);
 
 
         GetVirtualSizeTuple);
 
 
+    DocDeclStr(
+        virtual wxSize , GetWindowBorderSize() const,
+        "Return the size of the left/right and top/bottom borders.", "");
+    
+   
 // TODO: using directors?
 //     // Override these methods for windows that have a virtual size
 //     // independent of their client size.  eg. the virtual area of a
 // TODO: using directors?
 //     // Override these methods for windows that have a virtual size
 //     // independent of their client size.  eg. the virtual area of a