Package ch.bailu.gtk.gtk
Interface ListBox.OnDestroyNotify
- Enclosing class:
- ListBox
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDestroyNotify
(CallbackHandler __self, Pointer data) Specifies the type of function which is called when a data element
is destroyed.
-
Method Details
-
onDestroyNotify
Specifies the type of function which is called when a data element
is destroyed. It is passed the pointer to the data element and
should free any memory and resources allocated for it.- Parameters:
data
- the data element.
-