Method

Gtk.IconView.get_item_row

Declaration [src]

int
gtk_icon_view_get_item_row (
  GtkIconView* icon_view,
  GtkTreePath* path
)

Description [src]

Gets the row in which the item path is currently displayed. Row numbers start at 0.

Parameters

path GtkTreePath
 

the GtkTreePath of the item

 Ownership is not transferred to the callee

Return value

Returns: int

The row in which the item is displayed