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:
Sylvain Bougnoux 1999-07-19 17:10:29 +00:00
parent 0ae7f2a2e2
commit 8506d95db4

View File

@ -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