Package ch.bailu.gtk.gdk
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onPaint()
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.
-