X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3824e0db33a024f3ecfda0c22e47d1b14c54732f..f9e19204bf8327f1e71f127e5542ee8306282280:/include/wx/gtk/slider.h diff --git a/include/wx/gtk/slider.h b/include/wx/gtk/slider.h index 5c26690551..50e9df086c 100644 --- a/include/wx/gtk/slider.h +++ b/include/wx/gtk/slider.h @@ -60,12 +60,19 @@ public: GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); // implementation + void GTKDisableEvents(); + void GTKEnableEvents(); + bool GTKEventsDisabled() const; + double m_pos; int m_scrollEventType; bool m_needThumbRelease; - bool m_blockScrollEvent; + GtkWidget *m_scale; protected: + GtkWidget *m_minLabel,*m_maxLabel; + bool m_blockScrollEvent; + virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const; // set the slider value unconditionally