added wxWindow::GetWindowBorderSize()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-11-25 14:52:52 +00:00
parent 9653ac08a5
commit 333d70525c
3 changed files with 83 additions and 0 deletions

View File

@@ -473,6 +473,11 @@ public:
return wxSize( wxMax( client.x, best.x ), wxMax( client.y, best.y ) );
}
// return the size of the left/right and top/bottom borders in x and y
// components of the result respectively
virtual wxSize GetWindowBorderSize() const;
// window state
// ------------