]> git.saurik.com Git - wxWidgets.git/commitdiff
No events when setting values.
authorRobert Roebling <robert@roebling.de>
Tue, 9 Jul 2002 21:01:38 +0000 (21:01 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 9 Jul 2002 21:01:38 +0000 (21:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/slider.h
include/wx/gtk1/slider.h

index 9d39beeb0a16db76a886575fbcdccd7845c1eab0..50524010048a7c0ecb6158bf4599acae6b8f85d1 100644 (file)
@@ -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;
index 9d39beeb0a16db76a886575fbcdccd7845c1eab0..50524010048a7c0ecb6158bf4599acae6b8f85d1 100644 (file)
@@ -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;