Method

Gtk.FlowBox.unselect_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 GtkFlowBoxChild
 

a child of box

 Ownership is not transferred to the callee