From b5bc23fbcf4cf14be634c513c6601665d155801d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 26 Nov 2006 06:59:56 +0000 Subject: [PATCH 1/1] Add GetWindowBorderSize git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_window.i | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.2