]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/slider.h
removed wxABI_VERSION checks
[wxWidgets.git] / include / wx / gtk1 / slider.h
index bd4af3fcad80204c6f66b406197cf43a8518b036..2b048f99799a924a0ff51a056178801c19fb438a 100644 (file)
 #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() { }
@@ -65,7 +61,6 @@ public:
     
     // implementation
     bool IsOwnGtkWindow( GdkWindow *window );
-    void ApplyWidgetStyle();
     void GtkDisableEvents();
     void GtkEnableEvents();