Package ch.bailu.gtk.gdk
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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onPaint()
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.
-