C# Class Xwt.GtkBackend.WidgetBackend.DragDropData

Show file Open project: mono/xwt

Public Properties

Property Type Description
CurrentDragData Xwt.TransferDataSource
DestDragAction Gdk.DragAction
DragData TransferDataStore
DragDataForMotion bool
DragDataRequests int
LastDragPosition Point
SourceDragAction Gdk.DragAction
ValidDropTypes Gtk.TargetEntry[]

Property Details

CurrentDragData public property

public TransferDataSource,Xwt CurrentDragData
return Xwt.TransferDataSource

DestDragAction public property

public Gdk.DragAction DestDragAction
return Gdk.DragAction

DragData public property

public TransferDataStore DragData
return TransferDataStore

DragDataForMotion public property

public bool DragDataForMotion
return bool

DragDataRequests public property

public int DragDataRequests
return int

LastDragPosition public property

public Point LastDragPosition
return Point

SourceDragAction public property

public Gdk.DragAction SourceDragAction
return Gdk.DragAction

ValidDropTypes public property

public Gtk.TargetEntry[] ValidDropTypes
return Gtk.TargetEntry[]