]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/slider.h
force update of MDI client window size after the MDI parent frame is iconized and...
[wxWidgets.git] / include / wx / gtk1 / slider.h
index 945c726ededcf7915ed8bd2f5dd675a8a7fca5ef..7c1ab921850432aee9437b01eb3d956ecd8f6a06 100644 (file)
@@ -18,7 +18,7 @@
 // wxSlider
 // ----------------------------------------------------------------------------
 
-class wxSlider : public wxSliderBase
+class WXDLLIMPEXP_CORE wxSlider : public wxSliderBase
 {
 public:
     wxSlider() { }
@@ -60,9 +60,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();