Give wxScrolledWindow its own Layout method that takes into account
authorRobin Dunn <robin@alldunn.com>
Fri, 15 Mar 2002 00:21:47 +0000 (00:21 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 15 Mar 2002 00:21:47 +0000 (00:21 +0000)
commit304862976530be1315f3861157168f6edea2195e
treeeda6274a217f6870f61c01a4a93d29592af92cb8
parent5057e65939120b28f370c4087c8e5b2a899bae37
Give wxScrolledWindow its own Layout method that takes into account
the virtual size and scrolled offset of the window.

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