X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12a480c12d7b7edf19304ea96a269b080d6aa622..166c3ef0f9a77a66143968be2c1b58747994d32e:/include/wx/gtk/slider.h diff --git a/include/wx/gtk/slider.h b/include/wx/gtk/slider.h index 6ee71daada..76f6dae280 100644 --- a/include/wx/gtk/slider.h +++ b/include/wx/gtk/slider.h @@ -60,14 +60,13 @@ public: GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); // implementation - bool IsOwnGtkWindow( GdkWindow *window ); - void GtkDisableEvents(); - void GtkEnableEvents(); - double m_pos; int m_scrollEventType; bool m_needThumbRelease; +protected: + virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const; + private: DECLARE_DYNAMIC_CLASS(wxSlider) };