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

14 lines
251 B
C

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