wxwidgets/samples/treectrl
Vadim Zeitlin ced845f006 Update wxTreeCtrl and its sample to work with wxBitmapBundle
Override OnImagesChanged() to call UpdateImageListIfNecessary() even in
wxGenericTreeCtrl for now, although in the future it would really make
sense to stop using wxImageList in its implementation and just use
wxBitmapBundle directly instead.

wxMSW is the only one which really needs an image list, as it's required
by the native control.

Also update the sample, even though it doesn't look very nice because
its icons are only available in a single size, so we have to always
scale them.
2021-11-07 21:46:42 +00:00
..
checked.xpm Use xpms for checked/unchecked states instead of drawing them (yielded junk) 2008-10-17 11:58:39 +00:00
icon1.xpm Convert all XPM files to Unix EOLs. 2015-03-19 21:46:05 +01:00
icon2.xpm Convert all XPM files to Unix EOLs. 2015-03-19 21:46:05 +01:00
icon3.xpm Convert all XPM files to Unix EOLs. 2015-03-19 21:46:05 +01:00
icon4.xpm Convert all XPM files to Unix EOLs. 2015-03-19 21:46:05 +01:00
icon5.xpm Convert all XPM files to Unix EOLs. 2015-03-19 21:46:05 +01:00
makefile.gcc Link with ws2_32.lib rather than obsolete wsock32.lib 2021-04-18 22:13:45 +02:00
Makefile.in Use CMake-compatible variable names in configure Info.plist files 2021-08-15 18:39:34 +02:00
makefile.unx Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.vc Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
state1.xpm Convert all XPM files to Unix EOLs. 2015-03-19 21:46:05 +01:00
state2.xpm Convert all XPM files to Unix EOLs. 2015-03-19 21:46:05 +01:00
state3.xpm Convert all XPM files to Unix EOLs. 2015-03-19 21:46:05 +01:00
state4.xpm Convert all XPM files to Unix EOLs. 2015-03-19 21:46:05 +01:00
state5.xpm Convert all XPM files to Unix EOLs. 2015-03-19 21:46:05 +01:00
treectrl.bkl Remove unnecessary win32-res tags from samples bakefiles 2021-10-20 17:47:47 +02:00
treectrl_vc8.vcproj Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
treectrl_vc9.vcproj Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
treetest.cpp Update wxTreeCtrl and its sample to work with wxBitmapBundle 2021-11-07 21:46:42 +00:00
treetest.h Update wxTreeCtrl and its sample to work with wxBitmapBundle 2021-11-07 21:46:42 +00:00
unchecked.xpm Use xpms for checked/unchecked states instead of drawing them (yielded junk) 2008-10-17 11:58:39 +00:00