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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user