f4e325b3df
It *should* be buggy... Cause I do not know GTK... But it works... I do not know why... Robert, please look at it... I am not sure that it is ok... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 lines
262 B
C
14 lines
262 B
C
#ifndef __TREECTRLH_BASE__
|
|
#define __TREECTRLH_BASE__
|
|
|
|
#if defined(__WXMSW__)
|
|
#include "wx/msw/treectrl.h"
|
|
#elif defined(__WXMOTIF__)
|
|
#include "wx/generic/treectrl.h"
|
|
#elif defined(__WXGTK__)
|
|
#include "wx/gtk/treectrl.h"
|
|
#endif
|
|
|
|
#endif
|
|
// __TREECTRLH_BASE__
|