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

The function gtk-cell-view-display-row returns a gtk-tree-path instance referring to the currently displayed row. If no row is currently displayed, nil is returned.

The function (setf gtk-cell-view-display-row) sets the row of the model that is currently displayed by the cell view. 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.
 

See also

2021-5-4