Schnittstelle FrameClock.OnPaint

Umschließende Klasse:
FrameClock
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface FrameClock.OnPaint
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Emitted as the third step of toolkit and application processing
    of the frame.
  • Methodendetails

    • 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
      [GtkWidget::snapshot](../gtk4/signal.Widget.snapshot.html) signals
      by GTK.