1. corrected bug in MDI sample (which resulted in missing horz scrollbar)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 Feb 2000 23:40:42 +0000 (23:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 Feb 2000 23:40:42 +0000 (23:40 +0000)
commitc41ea66a5de1e88529e0ce2e629f5757b219b97d
tree5b2e92314264afd123eba7eb032d1162bfe3294d
parent225fe9d6efa8294e0582a046dee2c4c608bd06dc
1. corrected bug in MDI sample (which resulted in missing horz scrollbar)
2. wxRegKey::Rename() added, regtest sample shows copying/moving/renaming keys
   and values now
3. using wxLog() insread of WriteText() contorsions in the listctrl sample,
   show client data from events in the log messages

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/listctrl/listtest.cpp
samples/listctrl/listtest.h
samples/mdi/mdi.cpp
samples/regtest/registry.ico
samples/regtest/regtest.cpp
samples/text/text.cpp