FlowBoxChild.connectActivate

gulong connectActivate(T)(T callback, Flag!"After" after = No.After) if (isCallable!T && is(ReturnType!T == void) && (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : gtk.flow_box_child.FlowBoxChild))) && Parameters!T.length < 2)

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>.

Parameters

callbacksignal callback delegate or function to connect void callback(gtk.flow_box_child.FlowBoxChild flowBoxChild) flowBoxChild the instance the signal is connected to (optional)
afterYes.After to execute callback after default handler, No.After to execute before (default)

Returns

Signal ID