Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkDragGetSourceWidget: gtkDragGetSourceWidget
Description
Determines the source widget for a drag.
Usage
gtkDragGetSourceWidget(context)
Arguments
context
a (destination side) drag context.
Value
GtkWidget
] if the drag is occurring within a single application, a pointer to the source widget. Otherwise,
NULL
.