]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/slider.h
patch 1306473
[wxWidgets.git] / include / wx / gtk / slider.h
index 945c726ededcf7915ed8bd2f5dd675a8a7fca5ef..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() { }
@@ -60,9 +56,11 @@ public:
     virtual void SetThumbLength(int lenPixels);
     virtual int GetThumbLength() const;
 
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+    
     // implementation
     bool IsOwnGtkWindow( GdkWindow *window );
-    void ApplyWidgetStyle();
     void GtkDisableEvents();
     void GtkEnableEvents();