]> git.saurik.com Git - wxWidgets.git/commitdiff
wxEVT_SCROLL_THUMBRELEASE instead of wxEVT_SCROLLWIN_THUMBRELEASE
authorBart A.M. Jourquin <bart.jourquin@fucam.ac.be>
Tue, 15 Feb 2000 09:22:20 +0000 (09:22 +0000)
committerBart A.M. Jourquin <bart.jourquin@fucam.ac.be>
Tue, 15 Feb 2000 09:22:20 +0000 (09:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/window.cpp
src/gtk1/window.cpp

index b84f556764692a5889adcfc934343e7dd68f4b65..7eba3ad0a08ab5acc5fcf11711fc94f2f64cbe61 100644 (file)
@@ -1658,7 +1658,7 @@ static gint gtk_scrollbar_button_release_callback( GtkRange *widget,
 
     if (win->m_isScrolling)
     {
 
     if (win->m_isScrolling)
     {
-        wxEventType command = wxEVT_SCROLLWIN_THUMBRELEASE;
+        wxEventType command = wxEVT_SCROLL_THUMBRELEASE;
         int value = -1;
         int dir = -1;
 
         int value = -1;
         int dir = -1;
 
index b84f556764692a5889adcfc934343e7dd68f4b65..7eba3ad0a08ab5acc5fcf11711fc94f2f64cbe61 100644 (file)
@@ -1658,7 +1658,7 @@ static gint gtk_scrollbar_button_release_callback( GtkRange *widget,
 
     if (win->m_isScrolling)
     {
 
     if (win->m_isScrolling)
     {
-        wxEventType command = wxEVT_SCROLLWIN_THUMBRELEASE;
+        wxEventType command = wxEVT_SCROLL_THUMBRELEASE;
         int value = -1;
         int dir = -1;
 
         int value = -1;
         int dir = -1;