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.
Return value
Type: ClutterActor
The child at the given position, or NULL.
| The returned data is owned by the instance. |