Prototype of the function called to create new child models when gtk.tree_list_row.TreeListRow.setExpanded is called.
This function can return null to indicate that item is guaranteed to be a leaf node and will never have children. If it does not have children but may get children later, it should return an empty model that is filled once children arrive.
The model tracking the children of item or null if item can never have children
Prototype of the function called to create new child models when gtk.tree_list_row.TreeListRow.setExpanded is called.
This function can return null to indicate that item is guaranteed to be a leaf node and will never have children. If it does not have children but may get children later, it should return an empty model that is filled once children arrive.