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

The gtk:tree-row-reference implementation is deprecated since 4.10. Please do not use it in newly written code.
 

Returned by

See also

2025-1-11