gtkTreeViewSetRowSeparatorFunc {RGtk2}R Documentation

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 [GtkTreeView] a GtkTreeView
func [GtkTreeViewRowSeparatorFunc] a GtkTreeViewRowSeparatorFunc
data [R object] user data to pass to func, or NULL

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]