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