Method
Gtk.Grid.query_child
Declaration [src]
void
gtk_grid_query_child (
GtkGrid* grid,
GtkWidget* child,
int* column,
int* row,
int* width,
int* height
)
Parameters
child |
GtkWidget |
a |
|
Ownership is not transferred to the callee | |
column |
int* |
the column used to attach the left side of |
|
Direction: out | |
Ownership of the data is transferred to the callee | |
row |
int* |
the row used to attach the top side of |
|
Direction: out | |
Ownership of the data is transferred to the callee | |
width |
int* |
the number of columns |
|
Direction: out | |
Ownership of the data is transferred to the callee | |
height |
int* |
the number of rows |
|
Direction: out | |
Ownership of the data is transferred to the callee |