Package ch.bailu.gtk.gst
Schnittstelle ChildProxy.OnChildRemoved
- Umschließende Klasse:
ChildProxy
- 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
onChildRemoved
(Object object, Str name) Will be emitted after the @object was removed from the @child_proxy.
-
Methodendetails
-
onChildRemoved
Will be emitted after the @object was removed from the @child_proxy.- Parameter:
object
- the #GObject that was removedname
- the name of the old child
-