Interface

Gdk-4.0GdkDropConstructorProps

interface ConstructorProps {
    actions: Gdk.DragAction;
    device: Gdk.Device;
    display: Gdk.Display;
    drag: Gdk.Drag;
    formats: ContentFormats;
    surface: Gdk.Surface;
}

Hierarchy (View Summary)

Index

Properties

actions: Gdk.DragAction
device: Gdk.Device
display: Gdk.Display
drag: Gdk.Drag
surface: Gdk.Surface