Override OnSize in the scrollsub sample to disable
authorRobert Roebling <robert@roebling.de>
Tue, 8 Mar 2005 22:37:46 +0000 (22:37 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 8 Mar 2005 22:37:46 +0000 (22:37 +0000)
commitc376d80f4090ca681e91a96b6947ce299e5a950c
tree5f2d6a1931704fecb3adb689e8df40597a7845d2
parent40e32bca6c12a7068cded7cf5a39381e78b1b6b1
  Override OnSize in the scrollsub sample to disable
    sizer and scrollarea interferance.
  Made some code in wxScrolledWindow slightly clearer
    and removed a hack for something that shouldn't
    happen any more.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/scrollsub/scrollsub.cpp
src/generic/scrlwing.cpp
src/gtk/scrolwin.cpp
src/gtk1/scrolwin.cpp