Method

GtkListBoxget_row_at_y

Declaration [src]

GtkListBoxRow*
gtk_list_box_get_row_at_y (
  GtkListBox* box,
  int y
)

Description [src]

Gets the row at the y position.

Parameters

y

Type: int

Position.

Return value

Type: GtkListBoxRow

The row.

The returned data is owned by the instance.
The return value can be NULL.