gtk 4.10.3
My problem is: when I scroll the list, short click on the button to make it scroll to the top, the scroll event still happens.
Calling gtk_scrolled_window_cancel_deceleration fails because kinetic_scrolling is set to the same value each time
if (priv->kinetic_scrolling == kinetic_scrolling)
return;
Well, I can call the function twice with TRUE and FALSE, pass detection