1. added wxTreeCtrl::SetItemBold and IsBold, updated the sample to show them
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Nov 1998 00:08:57 +0000 (00:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Nov 1998 00:08:57 +0000 (00:08 +0000)
commitadd28c55a04eb30080fc2ef9d3c5ddf66eab236a
treeb6539d6da4b9def16dbc2701a1eef9535e334a0a
parenta6f6393c3f42fc0d14b6815fb7a4cf5549b53501
1. added wxTreeCtrl::SetItemBold and IsBold, updated the sample to show them
2. wxTreeItemId HitTest(const wxPoint& point) added - to be implemented
   on other platforms

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