cosmetic, added some comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0ae7f2a2e2
commit
8506d95db4
@ -31,6 +31,9 @@ WXDLLEXPORT_DATA(extern const char*) wxTreeCtrlNameStr;
|
||||
#include "wx/pen.h"
|
||||
#include "wx/dynarray.h"
|
||||
|
||||
//those defines should only be done in generic/treectrl.h,
|
||||
//because wxMSW doesn't allow mutiple selection
|
||||
|
||||
#ifndef wxTR_SINGLE
|
||||
#define wxTR_SINGLE 0x0000
|
||||
#define wxTR_MULTIPLE 0x0020
|
||||
|
Loading…
Reference in New Issue
Block a user