fixed compilation and added support for all 4 images (as a side effect) to the

generic tree control


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-09-30 23:25:19 +00:00
parent 37f6a9770c
commit 8dc9904630
7 changed files with 302 additions and 195 deletions

View File

@@ -34,10 +34,13 @@
#include "math.h"
#ifdef __WXMSW__
// comment out this line to test multiple selection even under MSW (where
// it looks ugly - but works)
#define NO_MULTIPLE_SELECTION
#define NO_VARIABLE_HEIGHT
#endif
#define NO_VARIABLE_HEIGHT
#include "treetest.h"
// under Windows the icons are in the .rc file
@@ -46,6 +49,7 @@
#include "icon2.xpm"
#include "icon3.xpm"
#include "icon4.xpm"
#include "icon5.xpm"
#include "mondrian.xpm"
#endif