Method
GtkFlowBoxselect_child
since: 3.12
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.
Available since: 3.12
Parameters
child- 
            
Type:
GtkFlowBoxChildA child of
box.The data is owned by the caller of the method.