1. wxGrid row can't be resized to less than minimal height
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Mar 2000 00:58:11 +0000 (00:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Mar 2000 00:58:11 +0000 (00:58 +0000)
commita95e38c03464c854af73b960b17db12624bd8f8c
tree6dbd69154b81e1813595bc38aedb3b6d90a7f237
parentbc9027cc74c79d3af1e7d772225972d4ae934e10
1. wxGrid row can't be resized to less than minimal height
2. memory leaks fixed in wxHashTableLong
3. and in wxGrid
4. changed newgrid sample to use char buffers
5. fixed double clicking owner-drawn buttons
6. compilation fix in enhmeta.cpp for !wxUSE_DND
7. bug introduced earlier today in wxGridCellAttr::GetEditor() fixed
8. bool renderer/editor now look as good as I may ever make them look
   good under MSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/hash.h
include/wx/msw/private.h
src/common/hash.cpp
src/generic/grid.cpp
src/msw/button.cpp
src/msw/checkbox.cpp
src/msw/enhmeta.cpp
src/msw/treectrl.cpp
src/msw/window.cpp