Skip to content
  • Carlos Garnacho's avatar
    gtk: Mass delete all GtkWidget event mask API · a72404dd
    Carlos Garnacho authored
    We now rely on toplevels receiving and forwarding all the events
    the windowing should be able to handle. Event masks are no longer a
    way to determine whether an event is deliverable ot a widget.
    
    Events will always be delivered in the three captured/target/bubbled
    phases, widgets can now just attach GtkEventControllers and let those
    handle the events.
    a72404dd