]> git.saurik.com Git - wxWidgets.git/commit
Added GetMaxSize virtual method for use by sizers.
authorRon Lee <ron@debian.org>
Sat, 9 Mar 2002 02:58:13 +0000 (02:58 +0000)
committerRon Lee <ron@debian.org>
Sat, 9 Mar 2002 02:58:13 +0000 (02:58 +0000)
commit34c3ffca5b9a22a972ae0296c8713f8ff1956566
treedd3406d268ab2081f03131ef52be5fb2e8d43b38
parentb36de7d0ce8dc013057ad0bc27f5b20cf209f6c9
Added GetMaxSize virtual method for use by sizers.

Modified wxSizer to use it instead of crushing all windows to
the display size.

Currently only top level windows are limited to display size,
all other windows are unlimited (inside the clipping region of
their tlw).

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