Method

GtkListBoxRowget_index

since: 3.10

Declaration [src]

gint
gtk_list_box_row_get_index (
  GtkListBoxRow* row
)

Description [src]

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

Available since: 3.10

Return value

Type: gint

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