1998-05-20 14:01:55 +00:00
|
|
|
#ifndef __STATTEXTH_BASE__
|
|
|
|
#define __STATTEXTH_BASE_
|
|
|
|
|
1998-07-10 14:15:17 +00:00
|
|
|
#if defined(__WXMSW__)
|
1998-05-20 14:01:55 +00:00
|
|
|
#include "wx/msw/stattext.h"
|
1998-07-10 14:15:17 +00:00
|
|
|
#elif defined(__WXMOTIF__)
|
1998-05-20 14:01:55 +00:00
|
|
|
#include "wx/xt/stattext.h"
|
1998-07-10 14:15:17 +00:00
|
|
|
#elif defined(__WXGTK__)
|
1998-05-20 14:01:55 +00:00
|
|
|
#include "wx/gtk/stattext.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
// __STATTEXTH_BASE__
|