Interface

Gtk-4.0GtkDragSourceConstructorProps

interface ConstructorProps {
    actions: Gdk.DragAction;
    button: number;
    content: Gdk.ContentProvider;
    exclusive: boolean;
    n_points: number;
    name: string;
    nPoints: number;
    propagation_limit: Gtk.PropagationLimit;
    propagation_phase: Gtk.PropagationPhase;
    propagationLimit: Gtk.PropagationLimit;
    propagationPhase: Gtk.PropagationPhase;
    touch_only: boolean;
    touchOnly: boolean;
    widget: Gtk.Widget;
}

Hierarchy (View Summary)

Index

Properties

actions: Gdk.DragAction

Properties - Inherited from Gtk.GestureSingle.ConstructorProps

button: number
exclusive: boolean
n_points: number
name: string
nPoints: number
propagation_limit: Gtk.PropagationLimit
propagation_phase: Gtk.PropagationPhase
propagationLimit: Gtk.PropagationLimit
propagationPhase: Gtk.PropagationPhase
touch_only: boolean
touchOnly: boolean
widget: Gtk.Widget