Method

Gtk.FlowBox.select_child

Declaration [src]

void
gtk_flow_box_select_child (
  GtkFlowBox* box,
  GtkFlowBoxChild* child
)

Description [src]

Selects 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