/////////////////////////////////////////////////////////////////////////////
-// Name: wx/gtk/slider.h
+// Name: wx/gtk1/slider.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
#ifndef __GTKSLIDERH__
#define __GTKSLIDERH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
// ----------------------------------------------------------------------------
// wxSlider
// ----------------------------------------------------------------------------
-class wxSlider : public wxSliderBase
+class WXDLLIMPEXP_CORE wxSlider : public wxSliderBase
{
public:
wxSlider() { }
static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
-
+
// implementation
bool IsOwnGtkWindow( GdkWindow *window );
void GtkDisableEvents();