#ifndef __GTKCONTROLH__
#define __GTKCONTROLH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/list.h"
// classes
//-----------------------------------------------------------------------------
-class wxControl;
+class WXDLLIMPEXP_CORE wxControl;
//-----------------------------------------------------------------------------
// wxControl
typedef GtkWidget* (*wxGtkWidgetNewFromAdj_t)(GtkAdjustment*);
}
-class wxControl : public wxControlBase
+class WXDLLIMPEXP_CORE wxControl : public wxControlBase
{
public:
wxControl();