get_child_at
Description:
public unowned Widget?
get_child_at (
int column,
int row)
Gets the child of this whose area covers the grid cell at column
, row
.
Parameters:
this |
a `GtkGrid`
|
column |
the left edge of the cell
|
row |
the top edge of the cell
|
Returns:
the child at the given position
|