Interface LayoutManagerClass.OnAllocate

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.OnAllocate
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAllocate(CallbackHandler __self, LayoutManager manager, Widget widget, int width, int height, int baseline)
     
  • Method Details

    • onAllocate

      void onAllocate(CallbackHandler __self, @Nonnull LayoutManager manager, @Nonnull Widget widget, int width, int height, int baseline)
      Parameters:
      manager - a `GtkLayoutManager`
      widget - the `GtkWidget` using @manager
      width - the new width of the @widget
      height - the new height of the @widget
      baseline - the baseline position of the @widget, or -1