Method
GtkGridget_child_at
Declaration [src]
GtkWidget*
gtk_grid_get_child_at (
GtkGrid* grid,
int column,
int row
)
Return value
Type: GtkWidget
The child at the given position.
The returned data is owned by the instance. |
The return value can be NULL . |