]> git.saurik.com Git - wxWidgets.git/commit
don't take the min size into account when setting the window size explicitly in wxGTK...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 May 2008 03:08:31 +0000 (03:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 May 2008 03:08:31 +0000 (03:08 +0000)
commit5af86f4df50e22985c852afdcad1c7979d036b1b
treef1e72f2960e67dbd5aaa9cf94b6f89e8e7300aa2
parent1a86d2e52c76551a8067403bc08d82bee0186d2c
don't take the min size into account when setting the window size explicitly in wxGTK, just as wxMSW doesn't do it; mention this in the docs and added a unit test to enforce this

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
interface/window.h
src/gtk/window.cpp
tests/Makefile.in
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/test.bkl
tests/test_test_gui.dsp
tests/test_vc7_test_gui.vcproj
tests/test_vc8_test_gui.vcproj
tests/window/setsize.cpp [new file with mode: 0644]