X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef5c70f96f5e06e1c8f8119f51b99dd019583d2b..9e06a15fc2f2144f7161dc813941e5c5ccd41132:/include/wx/gtk/slider.h diff --git a/include/wx/gtk/slider.h b/include/wx/gtk/slider.h index 76f6dae280..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 @@ -63,12 +63,12 @@ public: 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_