Method

GtkIconViewselect_path

since: 2.6

Declaration [src]

void
gtk_icon_view_select_path (
  GtkIconView* icon_view,
  GtkTreePath* path
)

Description [src]

Selects the row at path.

Available since: 2.6

Parameters

path

Type: GtkTreePath

The GtkTreePath to be selected.

The data is owned by the caller of the method.