1998-05-20 10:01:55 -04:00
|
|
|
#ifndef __TREECTRLH_BASE__
|
|
|
|
#define __TREECTRLH_BASE__
|
|
|
|
|
1998-07-10 10:15:17 -04:00
|
|
|
#if defined(__WXMSW__)
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/msw/treectrl.h"
|
1998-07-10 10:15:17 -04:00
|
|
|
#elif defined(__WXMOTIF__)
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/generic/treectrl.h"
|
1998-07-10 10:15:17 -04:00
|
|
|
#elif defined(__WXGTK__)
|
1998-08-10 13:53:44 -04:00
|
|
|
#include "wx/gtk/treectrl.h"
|
1998-05-20 10:01:55 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
// __TREECTRLH_BASE__
|