Skip to content
  • Carlos Garnacho's avatar
    dnd: Use GtkGestureDrag to initiate DnD · b0eef458
    Carlos Garnacho authored
    This gesture is used by gtk_drag_source_set() to determine
    whether dragging moved past the threshold. The gesture events
    are handled via the usual ::event callbacks, so we don't mess
    up with callers expecting that to happen in a signal handler.
    
    If the sequence gets claimed somewhere else in the event widget
    stack, the DnD gesture will be cancelled.
    b0eef458