Method

GtkListBoxRowget_index

Declaration [src]

int
gtk_list_box_row_get_index (
  GtkListBoxRow* row
)

Description [src]

Gets the current index of the row in its GtkListBox container.

Return value

Type: int

The index of the row, or -1 if the row is not in a listbox.