Grid.queryChild

Queries the attach points and spans of @child inside the given GtkGrid.

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

Parameters

child Widget

a GtkWidget 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

Meta