Package ch.bailu.gtk.gst
Schnittstelle ControlBindingClass.OnGetValue
- Umschließende Klasse:
ControlBindingClass
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungonGetValue
(CallbackHandler __self, ControlBinding binding, long timestamp)
-
Methodendetails
-
onGetValue
- Parameter:
binding
- the control bindingtimestamp
- the time the control-change should be read from- Gibt zurück:
- the GValue of the property at the given time, or %NULL if the property isn't controlled.
-