Method

GtkFlowBoxset_activate_on_single_click

since: 3.12

Declaration [src]

void
gtk_flow_box_set_activate_on_single_click (
  GtkFlowBox* box,
  gboolean single
)

Description [src]

If single is TRUE, children will be activated when you click on them, otherwise you need to double-click.

Available since: 3.12

Parameters

single

Type: gboolean

TRUE to emit child-activated on a single click.