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