TreeView.setRowSeparatorFunc

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 null, no separators are drawn. This is the default value.

More...
class TreeView
void
setRowSeparatorFunc

Parameters

func gtk.types.TreeViewRowSeparatorFunc

a gtk.tree_view.TreeViewRowSeparatorFunc

Detailed Description