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; diff --git a/include/wx/gtk1/slider.h b/include/wx/gtk1/slider.h index 9d39beeb0a..5052401004 100644 --- a/include/wx/gtk1/slider.h +++ b/include/wx/gtk1/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;