Package: gtk
Function gtk:tree-row-reference-new
Lambda Listgtk:tree-row-reference-new (model path) ArgumentsReturn ValueThe newly allocated gtk:tree-row-reference instance, or nil. Details Creates a row reference based on path. This reference will keep pointing to the node pointed to by path, so long as it exists. Any changes that occur on model are propagated, and path is updated appropriately. If path is not a valid path in model, then nil is returned. Warning | See also |
2025-1-11