Method
GtkFlowBoxget_child_at_pos
Declaration [src]
GtkFlowBoxChild*
gtk_flow_box_get_child_at_pos (
GtkFlowBox* box,
int x,
int y
)
Description [src]
Gets the child in the (x
, y
) position.
Both x
and y
are assumed to be relative to the origin of box
.
Return value
Returns: | GtkFlowBoxChild |
The child widget, which will
always be a |
|
The data is owned by the instance. | |
The return value can be NULL . |