Grid.queryChild

void queryChild(gtk.widget.Widget child, out int column, out int row, out int width, out int height)

Queries the attach points and spans of child inside the given [gtk.grid.Grid].

Parameters

childa [gtk.widget.Widget] child of grid
columnthe column used to attach the left side of child
rowthe row used to attach the top side of child
widththe number of columns child spans
heightthe number of rows child spans