wxWidgets/include/wx/scrolwin.h

12 lines
187 B
C
Raw Normal View History

#ifndef _WX_SCROLWIN_H_BASE_
#define _WX_SCROLWIN_H_BASE_
#ifdef __WXGTK__
#include "wx/gtk/scrolwin.h"
#else
#include "wx/generic/scrolwin.h"
#endif
#endif
// _WX_SCROLWIN_H_BASE_