Interface FrameClock.OnUpdate

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

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

    • onUpdate

      void onUpdate()
      Emitted as the first step of toolkit and application processing
      of the frame.

      Animations should be updated using [method@Gdk.FrameClock.get_frame_time].
      Applications can connect directly to this signal, or use
      [method@Gtk.Widget.add_tick_callback] as a more convenient interface.