1. changed spelling error in wxTR_HAS_VARIABLE_HEIGHT (missing 'E')
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 1999 23:41:45 +0000 (23:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 1999 23:41:45 +0000 (23:41 +0000)
commit5ea4780630b335a1b8b2d3a94c0b82e46f4c56f6
treed009db0afbe6ac505713c0ee3a06d8ed5f7e9e9e
parent9be9b97445f6e28b1ef9fd1fefdc28f40da51b24
1. changed spelling error in wxTR_HAS_VARIABLE_HEIGHT (missing 'E')
2. compile fix for dcscreen.cpp
3. editing labels in place works in the tree ctrl and shown in the sample
4. sped up items deletion in the listview

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/defs.h
include/wx/msw/spinbutt.h
include/wx/msw/treectrl.h
samples/listctrl/listtest.cpp
samples/listctrl/listtest.h
samples/treectrl/treetest.cpp
samples/treectrl/treetest.h
src/msw/dcscreen.cpp
src/msw/listctrl.cpp
src/msw/treectrl.cpp