wxWidgets/include/wx/radiobut.h

14 lines
255 B
C
Raw Normal View History

#ifndef __RADIOBUTH_BASE__
#define __RADIOBUTH_BASE__
#if defined(__WINDOWS__)
#include "wx/msw/radiobut.h"
#elif defined(__MOTIF__)
#include "wx/xt/radiobut.h"
#elif defined(__GTK__)
#include "wx/gtk/radiobut.h"
#endif
#endif
// __RADIOBUTH_BASE__