Method

GtkIconViewset_drag_dest_item

since: 2.8

Declaration [src]

void
gtk_icon_view_set_drag_dest_item (
  GtkIconView* icon_view,
  GtkTreePath* path,
  GtkIconViewDropPosition pos
)

Description [src]

Sets the item that is highlighted for feedback.

Available since: 2.8

Parameters

path

Type: GtkTreePath

The path of the item to highlight, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.
pos

Type: GtkIconViewDropPosition

Specifies where to drop, relative to the item.