Interface

Gtk-4.0GtkDropTargetConstructorProps

interface ConstructorProps {
    actions: Gdk.DragAction;
    current_drop: Gdk.Drop;
    currentDrop: Gdk.Drop;
    drop: Gdk.Drop;
    formats: ContentFormats;
    name: string;
    preload: boolean;
    propagation_limit: Gtk.PropagationLimit;
    propagation_phase: Gtk.PropagationPhase;
    propagationLimit: Gtk.PropagationLimit;
    propagationPhase: Gtk.PropagationPhase;
    value: GObject.Value;
    widget: Gtk.Widget;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gtk.EventController.ConstructorProps

Properties

actions: Gdk.DragAction
current_drop: Gdk.Drop
currentDrop: Gdk.Drop
drop: Gdk.Drop
preload: boolean
value: GObject.Value

Properties - Inherited from Gtk.EventController.ConstructorProps

name: string
propagation_limit: Gtk.PropagationLimit
propagation_phase: Gtk.PropagationPhase
propagationLimit: Gtk.PropagationLimit
propagationPhase: Gtk.PropagationPhase
widget: Gtk.Widget