#include "math.h"
+//#define NO_VARIABLE_HEIGHT
+//#define NO_MULTIPLE_SELECTION
+
#ifdef __WXMSW__
// comment out this line to test multiple selection even under MSW (where
// it looks ugly - but works)
#define NO_MULTIPLE_SELECTION
#endif
-#define NO_VARIABLE_HEIGHT
-
#include "treetest.h"
// under Windows the icons are in the .rc file
wxDefaultPosition, wxDefaultSize,
wxTR_HAS_BUTTONS |
wxTR_EDIT_LABELS |
+#ifndef NO_MULTIPLE_SELECTION
+ wxTR_MULTIPLE |
+#endif
#ifndef NO_VARIABLE_HEIGHT
wxTR_HAS_VARIABLE_ROW_HEIGHT |
#endif