Method
GtkTreeViewcreate_row_drag_icon
Declaration [src]
cairo_surface_t*
gtk_tree_view_create_row_drag_icon (
GtkTreeView* tree_view,
GtkTreePath* path
)
Description [src]
Creates a #cairo_surface_t representation of the row at path
.
This image is used for a drag icon.
Parameters
path
-
Type:
GtkTreePath
A
GtkTreePath
intree_view
.The data is owned by the caller of the method.
Return value
Type: cairo_surface_t
A newly-allocated surface of the drag icon.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |