Method

GtkGridget_child_at

since: 3.2

Declaration [src]

GtkWidget*
gtk_grid_get_child_at (
  GtkGrid* grid,
  gint left,
  gint top
)

Description [src]

Gets the child of grid whose area covers the grid cell whose upper left corner is at left, top.

Available since: 3.2

Parameters

left

Type: gint

The left edge of the cell.

top

Type: gint

The top edge of the cell.

Return value

Type: GtkWidget

The child at the given position, or NULL.

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