Signal

GtkFlowBoxChild::activate

Declaration

void
activate (
  GtkFlowBoxChild* self,
  gpointer user_data
)

Description [src]

The ::activate signal is emitted when the user activates a child widget in a GtkFlowBox, either by clicking or double-clicking, or by using the Space or Enter key.

While this signal is used as a [keybinding signal][GtkBindingSignal], it can be used by applications for their own purposes.

Default handler:

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

Signal can be directly emitted on objects from user code