X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..aa4b7ef978937fe5d93fda9276ecbbee0cd66517:/include/wx/gtk/slider.h?ds=sidebyside diff --git a/include/wx/gtk/slider.h b/include/wx/gtk/slider.h index 9d39beeb0a..5052401004 100644 --- a/include/wx/gtk/slider.h +++ b/include/wx/gtk/slider.h @@ -61,10 +61,10 @@ public: virtual int GetThumbLength() const; // implementation - // -------------- - bool IsOwnGtkWindow( GdkWindow *window ); void ApplyWidgetStyle(); + void GtkDisableEvents(); + void GtkEnableEvents(); GtkAdjustment *m_adjust; float m_oldPos;