Package ch.bailu.gtk.gst
Schnittstelle ChildProxyInterface.OnGetChildByIndex
- Umschließende Klasse:
ChildProxyInterface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungonGetChildByIndex
(CallbackHandler __self, ChildProxy parent, int index)
-
Methodendetails
-
onGetChildByIndex
- Parameter:
parent
- the parent object to get the child fromindex
- the child's position in the child list- Gibt zurück:
- the child object or %NULL if not found (index too high).
-