From ee4ead93f4d16da50408441842b4ad2d520fc000 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Tue, 9 Jul 2002 21:01:38 +0000 Subject: [PATCH] No events when setting values. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/slider.h | 4 ++-- include/wx/gtk1/slider.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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; -- 2.45.2