1) wxGTK now use the new, native implementation of wxTreeCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 29 Sep 1998 20:02:53 +0000 (20:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 29 Sep 1998 20:02:53 +0000 (20:02 +0000)
commitc89a610604d7ea7b9af147c71f4b3df5e6f0dfc5
tree15cd1c150fecf40200580b8627aa5cc9ab67582f
parent8248314dbd676fcf412fb1acfda2e8dd81ad3d1a
1) wxGTK now use the new, native implementation of wxTreeCtrl.
2) The treectrl sample uses the icons (not only under Windows).
3) A couple of minor changes in treectrl.cpp itself.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/treectrl.h
samples/treectrl/icon1.xpm [new file with mode: 0644]
samples/treectrl/icon2.xpm [new file with mode: 0644]
samples/treectrl/treetest.cpp
src/gtk.inc
src/gtk/treectrl.cpp
src/gtk1/treectrl.cpp