Function

Gtk.DragIcon.get_for_drag

Declaration [src]

GtkWidget*
gtk_drag_icon_get_for_drag (
  GdkDrag* drag
)

Description [src]

Gets the GtkDragIcon in use with drag.

If no drag icon exists yet, a new one will be created and shown.

Parameters

drag GdkDrag*
 

a GdkDrag

 Ownership is not transferred to the callee

Return value

Returns: GtkWidget

the GtkDragIcon

Ownership is not transferred to the caller