Package: gtk
GBoxed gtk:tree-row-reference
Declaration(glib:define-gboxed-opaque gtk:tree-row-reference "GtkTreeRowReference" :export t :type-initializer "gtk_tree_row_reference_get_type" :alloc (error "GtkTreeRowReference cannot be created from the Lisp side.")) Details        The gtk:tree-row-reference instance tracks model changes so that it    always refers to the same row, a gtk:tree-path instance refers to a
    position, not a fixed row.    Create a new gtk:tree-row-reference instance with the  gtk:tree-row-reference-new function. Warning | Returned bySee also | 
2025-07-26