Package ch.bailu.gtk.gst
Schnittstelle ChildProxy.OnChildAdded
- 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
onChildAdded
(Object object, Str name) Will be emitted after the @object was added to the @child_proxy.
-
Methodendetails
-
onChildAdded
Will be emitted after the @object was added to the @child_proxy.- Parameter:
object
- the #GObject that was addedname
- the name of the new child
-