Function
GtkDragIconget_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  | |
| The data is owned by the caller of the function. | 
Return value
| Returns: | GtkWidget | 
| The  | |
| The data is owned by the called function. |