Signal

Gtk.FlowBox::child-activated

Declaration

void
child_activated (
  GtkFlowBox self,
  GtkFlowBoxChild* child,
  gpointer user_data
)

Description [src]

Emitted when a child has been activated by the user.

Default handler:

The default handler is called after the handlers added via g_signal_connect()

Parameters

child GtkFlowBoxChild
 

the child that is activated

 Ownership is not transferred to the callee