Interface WidgetClass.OnSetFocusChild

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.OnSetFocusChild
  • Method Details

    • onSetFocusChild

      void onSetFocusChild(CallbackHandler __self, @Nonnull Widget widget, @Nullable Widget child)
      Parameters:
      widget - a `GtkWidget`
      child - a direct child widget of @widget or %NULL to unset the focus child of @widget