gtkTreeViewColumnCellIsVisible {RGtk2}R Documentation

gtkTreeViewColumnCellIsVisible

Description

Returns TRUE if any of the cells packed into the tree.column are visible. For this to be meaningful, you must first initialize the cells with gtkTreeViewColumnCellSetCellData

Usage

gtkTreeViewColumnCellIsVisible(object)

Arguments

object [GtkTreeViewColumn] A GtkTreeViewColumn

Value

[logical] TRUE, if any of the cells packed into the tree.column are currently visible

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]