From: Robin Dunn Date: Sun, 26 Nov 2006 06:59:56 +0000 (+0000) Subject: Add GetWindowBorderSize X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b5bc23fbcf4cf14be634c513c6601665d155801d Add GetWindowBorderSize git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index e705a0351b..dae385ad55 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -716,6 +716,11 @@ windows it is more or less independent of the screen window size.", ""); 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