Speed fix for wxGenericDirCtrl, starting to add text input control;
authorJulian Smart <julian@anthemion.co.uk>
Wed, 4 Oct 2000 12:53:28 +0000 (12:53 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 4 Oct 2000 12:53:28 +0000 (12:53 +0000)
commite63fdcd600e2eb717a19f9fa2895e9256e83c890
treef95a58132bcb3f5d5203b0710b3185f800de26f4
parent511eb3e71dd31002be56821d319578f49401ab14
Speed fix for wxGenericDirCtrl, starting to add text input control;
added wxWS_EX_NO_AUTOFOCUS for wxMSW so we can stop wxToolBar accepting
the focus; UI update improvement to send commands to current focus window;
split tree control horiz. scrollbar problem fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
contrib/src/gizmos/splittree.cpp
include/wx/defs.h
include/wx/generic/dirctrlg.h
src/common/framecmn.cpp
src/common/tbarbase.cpp
src/common/wincmn.cpp
src/generic/dirctrlg.cpp
src/msw/tbar95.cpp
src/msw/window.cpp