gdkDragDropSucceeded {RGtk2} | R Documentation |
Returns wether the dropped data has been successfully
transferred. This function is intended to be used while
handling a GDK_DROP_FINISHED
event, its return value is
meaningless at other times.
gdkDragDropSucceeded(object)
|
[GdkDragContext ] a GdkDragContext |
Since 2.6
[logical] TRUE
if the drop was successful.
Derived by RGtkGen from GTK+ documentation