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

14 lines
256 B
C

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