Package: gtk

Function gtk:tree-view-set-row-separator-func

Lambda List

gtk:tree-view-set-row-separator-func (view func)

Arguments

view -- a gtk:tree-view widget
func -- a gtk:tree-view-row-separator-func callback function

Details

Sets the row separator function, which is used to determine whether a row should be drawn as a separator. If the row separator function is nil, no separators are drawn. This is the default value.
 

See also

#2024-3-10