Method

Gtk.ListBox.get_row_at_index

Declaration [src]

GtkListBoxRow*
gtk_list_box_get_row_at_index (
  GtkListBox* box,
  int index_
)

Description [src]

Gets the n-th child in the list (not counting headers).

If index_ is negative or larger than the number of items in the list, NULL is returned.

Parameters

index_ int
 

the index of the row

Return value

Returns: GtkListBoxRow

the child GtkWidget or NULL

Ownership is not transferred to the caller
Can be NULL