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

14 lines
257 B
C

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