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

14 lines
251 B
C

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