Package ch.bailu.gtk.gdk
Interface FrameClock.OnLayout
- 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
onLayout()
Emitted as the second step of toolkit and application processing
of the frame.
-
Method Details
-
onLayout
void onLayout()Emitted as the second step of toolkit and application processing
of the frame.
Any work to update sizes and positions of application elements
should be performed. GTK normally handles this internally.
-