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
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 . |