Package ch.bailu.gtk.gdk
Schnittstelle FrameClock.OnLayout
- 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
onLayout()
Emitted as the second step of toolkit and application processing
of the frame.
-
Methodendetails
-
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.
-