]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/private.h
fix crash when the user code refuses to validate the new text when editing the item...
[wxWidgets.git] / include / wx / gtk1 / private.h
index aa0dd2841e8a1d66666dcefc1b98d2be08831dd8..93ea5878c49002ea1c05cacc3686f35b1342a30c 100644 (file)
     #define NOTEBOOK_PANEL(nb)  GTK_NOTEBOOK(nb)->panel
 #endif
 
-// VZ: I _think_ that in GTK+ 2.0 the scroll type is passed to the
-//     value_changed callback as a 2nd argument but I'm not at all sure about
-//     it, if this is false all occurences of this macro must be changed!
 #ifdef __WXGTK20__
-    #define SCROLLBAR_CBACK_ARG GtkScrollType scrollType,
-    #define GET_SCROLL_TYPE(w)   scrollType
+    #define SCROLLBAR_CBACK_ARG
+    #define GET_SCROLL_TYPE(w)   GTK_SCROLL_JUMP
 #else
     #define SCROLLBAR_CBACK_ARG
     #define GET_SCROLL_TYPE(w)   GTK_RANGE((w))->scroll_type