signal callback delegate or function to connect
void callback(gtk.flow_box_child.FlowBoxChild flowBoxChild)
flowBoxChild the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Activate signal.
Emitted when the user activates a child widget in a gtk.flow_box.FlowBox.
This can happen either by clicking or double-clicking, or via a keybinding.
This is a keybinding signal, but it can be used by applications for their own purposes.
The default bindings are <kbd>Space</kbd> and <kbd>Enter</kbd>.