Interface FrameClock.OnPaint

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

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

    • onPaint

      void onPaint()
      Emitted as the third step of toolkit and application processing
      of the frame.

      The frame is repainted. GDK normally handles this internally and
      emits [signal@Gdk.Surface::render] signals which are turned into
      [signal@Gtk.Widget::snapshot] signals by GTK.