drag_get_source_widget
Description:
public unowned Widget?
drag_get_source_widget (
DragContext context)
Determines the source widget for a drag.
Parameters:
| context |
a (destination side) drag context
|
Returns:
|
if the drag is occurring within a single application, a pointer to the source widget. Otherwise, null
.
|