Interface LayoutManagerClass.OnCreateLayoutChild

Enclosing class:
LayoutManagerClass
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 LayoutManagerClass.OnCreateLayoutChild
  • Method Details

    • onCreateLayoutChild

      LayoutChild onCreateLayoutChild(CallbackHandler __self, @Nonnull LayoutManager manager, @Nonnull Widget widget, @Nonnull Widget for_child)
      Parameters:
      manager - the `GtkLayoutManager`
      widget - the widget using the @manager
      for_child - the child of @widget
      Returns:
      a `GtkLayoutChild`