Method

GtkFlowBoxunselect_child

Declaration [src]

void
gtk_flow_box_unselect_child (
  GtkFlowBox* box,
  GtkFlowBoxChild* child
)

Description [src]

Unselects a single child of box, if the selection mode allows it.

Parameters

child

Type: GtkFlowBoxChild

A child of box.

The data is owned by the caller of the method.