gtkTreeViewGetLevelIndentation {RGtk2}R Documentation

gtkTreeViewGetLevelIndentation

Description

Returns the amount, in pixels, of extra indentation for child levels in tree.view.

Usage

gtkTreeViewGetLevelIndentation(object)

Arguments

object [GtkTreeView] a GtkTreeView.

Details

Since 2.12

Value

[integer] the amount of extra indentation for child levels in tree.view. A return value of 0 means that this feature is disabled.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]