Interface FrameClock.OnLayout

Enclosing class:
FrameClock
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 FrameClock.OnLayout
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted as the second step of toolkit and application processing
    of the frame.
  • Method Details

    • onLayout

      void onLayout()
      Emitted as the second step of toolkit and application processing
      of the frame.

      Any work to update sizes and positions of application elements
      should be performed. GTK normally handles this internally.