Method
GtkGridquery_child
Declaration [src]
void
gtk_grid_query_child (
GtkGrid* grid,
GtkWidget* child,
int* column,
int* row,
int* width,
int* height
)
Parameters
child |
GtkWidget |
A |
|
The data is owned by the caller of the function. | |
column |
int* |
The column used to attach the left side of |
|
The argument will be set by the function. | |
The argument can be NULL . | |
row |
int* |
The row used to attach the top side of |
|
The argument will be set by the function. | |
The argument can be NULL . | |
width |
int* |
The number of columns |
|
The argument will be set by the function. | |
The argument can be NULL . | |
height |
int* |
The number of rows |
|
The argument will be set by the function. | |
The argument can be NULL . |