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. Since 2.6

class TreeView
void
setRowSeparatorFunc

Parameters

func GtkTreeViewRowSeparatorFunc

a GtkTreeViewRowSeparatorFunc. [allow-none]

data void*

user data to pass to func, or NULL. [allow-none]

destroy GDestroyNotify

destroy notifier for data, or NULL. [allow-none]

Meta