Implement wxWindow::DoGetBorderSize() for all ports.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Jul 2010 10:43:49 +0000 (10:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Jul 2010 10:43:49 +0000 (10:43 +0000)
commitb35549525f2a8dd584fdda158829e8406da0541e
treeff9d6588d631a07526ece61b60e2cdf8771acad0
parentd67fc8b73514909eb198223333e11be4d900f431
Implement wxWindow::DoGetBorderSize() for all ports.

Implement DoGetBorderSize() properly for wxGTK and use the difference between
the full window size and the client size for all the ports not implementing
this method. The latter is incorrect in the presence of the scrollbars but is
the best we can do in general.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/window.h
include/wx/window.h
src/common/wincmn.cpp
src/gtk/window.cpp