static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
-
+
// implementation
double m_pos;
int m_scrollEventType;
protected:
virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;
+ // set the slider value unconditionally
+ void GTKSetValue(int value);
+
DECLARE_DYNAMIC_CLASS(wxSlider)
};