X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb721ee29f004d200a973be522ed44dd05ba75c2..9e06a15fc2f2144f7161dc813941e5c5ccd41132:/include/wx/gtk/slider.h?ds=sidebyside diff --git a/include/wx/gtk/slider.h b/include/wx/gtk/slider.h index 8322bf66a9..a5a23f5889 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 @@ -60,14 +60,15 @@ public: GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); // implementation - bool IsOwnGtkWindow( GdkWindow *window ); - double m_pos; int m_scrollEventType; bool m_needThumbRelease; + bool m_blockScrollEvent; + +protected: + virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const; -private: DECLARE_DYNAMIC_CLASS(wxSlider) }; -#endif // __GTKSLIDERH__ +#endif // _WX_GTK_SLIDER_H_