Package: gtk
GBoxed gtk-tree-row-reference
Superclassescommon-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slots
None
Details A 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 function gtk-tree-row-reference-new. (define-g-boxed-opaque gtk-tree-row-reference "GtkTreeRowReference" :alloc (error "GtkTreeRowReference cannot be created from the Lisp side.")) | See also |
2021-3-4