TreeViewColumn.newWithArea

Creates a new gtk.tree_view_column.TreeViewColumn using area to render its cells.

More...
class TreeViewColumn
static
newWithArea

Parameters

area gtk.cell_area.CellArea

the gtk.cell_area.CellArea that the newly created column should use to layout cells.

Return Value

Type: gtk.tree_view_column.TreeViewColumn

Detailed Description

Deprecated: Use GtkColumnView instead