wxWidgets/include/wx/textctrl.h
1998-07-10 14:15:17 +00:00

14 lines
257 B
C

#ifndef __TEXTCTRLH_BASE__
#define __TEXTCTRLH_BASE__
#if defined(__WXMSW__)
#include "wx/msw/textctrl.h"
#elif defined(__WXMOTIF__)
#include "wx/xt/textctrl.h"
#elif defined(__WXGTK__)
#include "wx/gtk/textctrl.h"
#endif
#endif
// __TEXTCTRLH_BASE__