Interface

Gtk-4.0GtkDropTargetConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gtk.EventController.ConstructorProps

Properties

actions: Gdk.DragAction
current_drop: Gdk.Drop | null
currentDrop: Gdk.Drop | null
drop: Gdk.Drop | null
formats: ContentFormats | null
preload: boolean
value: GObject.Value | null

Properties - Inherited from Gtk.EventController.ConstructorProps

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