Method
GtkIconViewcreate_drag_icon
Declaration [src]
GdkPaintable*
gtk_icon_view_create_drag_icon (
GtkIconView* icon_view,
GtkTreePath* path
)
Description [src]
Creates a GdkPaintable
representation of the item at path
.
This image is used for a drag icon.
Parameters
path |
GtkTreePath |
A |
|
The data is owned by the caller of the function. |
Return value
Returns: | GdkPaintable |
A newly-allocated |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |