C# Class Xwt.GtkBackend.WidgetBackend.DragDropData

Mostra 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_oe property

public TransferDataSource,Xwt CurrentDragData
return Xwt.TransferDataSource

DestDragAction public_oe property

public Gdk.DragAction DestDragAction
return Gdk.DragAction

DragData public_oe property

public TransferDataStore DragData
return TransferDataStore

DragDataForMotion public_oe property

public bool DragDataForMotion
return bool

DragDataRequests public_oe property

public int DragDataRequests
return int

LastDragPosition public_oe property

public Point LastDragPosition
return Point

SourceDragAction public_oe property

public Gdk.DragAction SourceDragAction
return Gdk.DragAction

ValidDropTypes public_oe property

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