TreeViewRowSeparatorFunc
Description:
[ CCode ( instance_pos = 2.9 ) ]
[ Version ( deprecated = true , deprecated_since = "4.20" ) ]
public delegate bool TreeViewRowSeparatorFunc (TreeModel model, TreeIter iter)
[ Version ( deprecated = true , deprecated_since = "4.20" ) ]
public delegate bool TreeViewRowSeparatorFunc (TreeModel model, TreeIter iter)
Warning: TreeViewRowSeparatorFunc is deprecated since 4.20.
Function type for determining whether the row pointed to by iter
should be rendered as a separator.
Note:
There is no replacement.
A common way to implement this is to have a boolean column in the model, whose values the `GtkTreeViewRowSeparatorFunc` returns.
Parameters:
model |
the `GtkTreeModel` |
iter |
a `GtkTreeIter` pointing at a row in |
data |
user data |
Returns:
true if the row is a separator |
Namespace: Gtk
Package: gtk4