Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
GTK
GTK.Widget

Method GTK.Widget()->drag_get_data()


Method drag_get_data

object(GTK.Widget) GTK.Widget()->drag_get_data(object(GDK.DragContext) ctx, int time)

Description

Get the data from a context and an integer timestamp (from an event), requesting it from the dropping client. This function should probably never be used directly.

Use the selection argument passed to the drag_data_received signal instead.