Interface WidgetClass.OnMnemonicActivate

Enclosing class:
WidgetClass
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 WidgetClass.OnMnemonicActivate
  • Method Details

    • onMnemonicActivate

      boolean onMnemonicActivate(CallbackHandler __self, @Nonnull Widget widget, boolean group_cycling)
      Parameters:
      widget - a `GtkWidget`
      group_cycling - %TRUE if there are other widgets with the same mnemonic
      Returns:
      %TRUE if the signal has been handled