RGtk2 (version 2.20.31)

gtkTreeViewSetRowSeparatorFunc: gtkTreeViewSetRowSeparatorFunc

Description

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.

Usage

gtkTreeViewSetRowSeparatorFunc(object, func, data = NULL)

Arguments

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

Details

Since 2.6