Method

GtkFlowBoxget_child_at_pos

since: 3.22.6

Declaration [src]

GtkFlowBoxChild*
gtk_flow_box_get_child_at_pos (
  GtkFlowBox* box,
  gint x,
  gint y
)

Description [src]

Gets the child in the (x, y) position.

Available since: 3.22.6

Parameters

x

Type: gint

The x coordinate of the child.

y

Type: gint

The y coordinate of the child.

Return value

Type: GtkFlowBoxChild

The child widget, which will always be a GtkFlowBoxChild or NULL in case no child widget exists for the given x and y coordinates.

The returned data is owned by the instance.
The return value can be NULL.