Method
GtkIconViewitem_activated
deprecated: 4.10
Declaration [src]
void
gtk_icon_view_item_activated (
  GtkIconView* icon_view,
  GtkTreePath* path
)
Description [src]
Activates the item determined by path.
Deprecated since: 4.10
Use GtkGridView instead.
Parameters
- path
- 
            Type: GtkTreePathThe GtkTreePathto be activated.The data is owned by the caller of the method.