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