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
child | a gtk.widget.Widget child of grid |
column | the column used to attach the left side of child |
row | the row used to attach the top side of child |
width | the number of columns child spans |
height | the number of rows child spans |