]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/slider.h
[ 1823588 ] gtk filedlg - droping support for gtk 2.2
[wxWidgets.git] / include / wx / gtk / slider.h
index a5a23f58890c9b797ecc36c48b75d8a587b2f433..5c266905516eea397115bb6b0babdefe463cee74 100644 (file)
@@ -58,7 +58,7 @@ public:
 
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
-    
+
     // implementation
     double m_pos;
     int m_scrollEventType;
@@ -68,6 +68,9 @@ public:
 protected:
     virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;
 
+    // set the slider value unconditionally
+    void GTKSetValue(int value);
+
     DECLARE_DYNAMIC_CLASS(wxSlider)
 };