Grid.queryChild

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

class Grid
void
queryChild
(,
out int column
,
out int row
,
out int width
,
out int height
)

Parameters

child gtk.widget.Widget

a gtk.widget.Widget child of grid

column int

the column used to attach the left side of child

row int

the row used to attach the top side of child

width int

the number of columns child spans

height int

the number of rows child spans