Interface

GdkX11-4.0GdkX11X11DragConstructorProps

interface ConstructorProps {
    actions: Gdk.DragAction;
    content: Gdk.ContentProvider;
    device: Gdk.Device;
    display: Gdk.Display;
    formats: ContentFormats;
    selected_action: Gdk.DragAction;
    selectedAction: Gdk.DragAction;
    surface: Gdk.Surface;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Gdk

actions: Gdk.DragAction
device: Gdk.Device
display: Gdk.Display
selected_action: Gdk.DragAction
selectedAction: Gdk.DragAction
surface: Gdk.Surface