Description Usage Arguments Author(s)
Gets the data associated with a drag. When the data
is received or the retrieval fails, GTK+ will emit a
"drag_data_received" signal. Failure of the retrieval
is indicated by the length field of the selection.data
signal parameter being negative. However, when gtkDragGetData
is called implicitely because the GTK_DEST_DEFAULT_DROP
was set,
then the widget will not receive notification of failed
drops.
1 | gtkDragGetData(object, context, target, time = "GDK_CURRENT_TIME")
|
|
the widget that will receive the "drag_data_received" signal. |
|
the drag context |
|
the target (form of the data) to retrieve. |
|
a timestamp for retrieving the data. This will generally be the time received in a "drag_data_motion" or "drag_data_drop" signal. |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.