Method

ClutterGridLayoutget_child_at

Declaration [src]

ClutterActor*
clutter_grid_layout_get_child_at (
  ClutterGridLayout* layout,
  gint left,
  gint top
)

Description [src]

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

Available since:1.12

Parameters

left gint
 

The left edge of the cell.

top gint
 

The top edge of the cell.

Return value

Returns: ClutterActor
 

The child at the given position, or NULL.

 The data is owned by the instance.