Package: gtk
Callback gtk:tree-list-model-create-model-func
SyntaxArgumentsDetails        
    Prototype of the function called to create new child models when the    gtk:tree-list-row-expanded function is called.    This function can return nil to indicate that object 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.          | See also | 
2025-06-20