Method

Gtk.IconView.select_path

Declaration [src]

void
gtk_icon_view_select_path (
  GtkIconView* icon_view,
  GtkTreePath* path
)

Description [src]

Selects the row at path.

Parameters

path GtkTreePath
 

The GtkTreePath to be selected.

 Ownership is not transferred to the callee