Interface FlowBoxChild.OnActivate

Enclosing class:
FlowBoxChild
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface FlowBoxChild.OnActivate
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the user activates a child widget in a `GtkFlowBox`.
  • Method Details

    • onActivate

      void onActivate()
      Emitted when the user activates a child widget in a `GtkFlowBox`.

      This can be happen either by clicking or double-clicking,
      or via a keybinding.

      This is a [keybinding signal](class.SignalAction.html),
      but it can be used by applications for their own purposes.

      The default bindings are <kbd>Space</kbd> and <kbd>Enter</kbd>.