X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef5c70f96f5e06e1c8f8119f51b99dd019583d2b..700d08c1092bd08150d47b952c1e0d817a64d75f:/include/wx/gtk/slider.h diff --git a/include/wx/gtk/slider.h b/include/wx/gtk/slider.h index 76f6dae280..5c26690551 100644 --- a/include/wx/gtk/slider.h +++ b/include/wx/gtk/slider.h @@ -7,8 +7,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __GTKSLIDERH__ -#define __GTKSLIDERH__ +#ifndef _WX_GTK_SLIDER_H_ +#define _WX_GTK_SLIDER_H_ // ---------------------------------------------------------------------------- // wxSlider @@ -58,17 +58,20 @@ public: static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); - + // implementation double m_pos; int m_scrollEventType; bool m_needThumbRelease; + bool m_blockScrollEvent; protected: virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const; -private: + // set the slider value unconditionally + void GTKSetValue(int value); + DECLARE_DYNAMIC_CLASS(wxSlider) }; -#endif // __GTKSLIDERH__ +#endif // _WX_GTK_SLIDER_H_