Package: gtk

Function gtk:cell-view-displayed-row

Lambda List

gtk:cell-view-displayed-row (cellview)

Syntax

(gtk:cell-view-display-row cellview) => path
(setf (gtk:cell-view-display-row cellview) path)

Arguments

cellview -- a gtk:cell-view widget
path -- a gtk:tree-path instance or nil to unset

Details

Gets or sets the gtk:tree-path instance referring to the currently displayed row. If no row is currently displayed, nil is returned.

If the path is unset, then the contents of the cell view "stick" at their last value. This is not normally a desired result, but may be a needed intermediate state if say, the model for the cell view becomes temporarily empty.

Warning

The gtk:cell-view implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2024-05-20