gtkTreeViewSetLevelIndentation {RGtk2} | R Documentation |
Sets the amount of extra indentation for child levels to use in tree.view
in addition to the default indentation. The value should be specified in
pixels, a value of 0 disables this feature and in this case only the default
indentation will be used.
This does not have any visible effects for lists.
gtkTreeViewSetLevelIndentation(object, indentation)
|
[GtkTreeView ] a GtkTreeView |
|
[integer] the amount, in pixels, of extra indentation in tree.view . |
Since 2.12
Derived by RGtkGen from GTK+ documentation