Package: gtk

Accessor gtk:list-view-show-separators

Lambda List

gtk:list-view-show-separators (object)

Syntax

(gtk:list-view-show-separators object) => setting
(setf (gtk:list-view-show-separators object) setting)

Arguments

object -- a gtk:list-view object
setting -- true if the list box shows separators

Details

Accessor of the show-separators slot of the gtk:list-view class. The gtk:list-view-show-separators function returns whether the list box should show separators between rows. The (setf gtk:list-view-show-separators) function sets whether the list box should show separators between rows.
 

See also

2023-11-25