Skip to content
  • Carlos Garnacho's avatar
    gtkgesture: Deprecate gtk_gesture_set_sequence_state() · fbf4817e
    Carlos Garnacho authored
    We can abstract widgets about the specific ongoing sequences that
    are triggering a GtkGesture. This used to be more necessary in
    GTK3 world where complex widgets might have required handling
    different events in different areas, but in GTK4 world that would
    be done with multiple widgets.
    
    This is no longer necessary to carry forward.
    fbf4817e