make GetSize() return the size of the window including the decorations and updated SetSize() to account for this as well

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-02-10 23:44:52 +00:00
parent 676e9e35f2
commit a6cdd52188
3 changed files with 118 additions and 71 deletions

View File

@@ -31,6 +31,7 @@ wxGTK:
- Implemented support for underlined fonts in wxStaticText
- wxTopLevelWindow::SetSizeHints size increments now work
- wxTopLevelWindow::GetSize() returns the size including the WM decorations
wxMSW: