Gtk.TreeViewColumn.new_with_area

function new_with_area(area:Gtk.CellArea):Gtk.TreeViewColumn {
    // Gjs wrapper for gtk_tree_view_column_new_with_area()
}

Creates a new Gtk.TreeViewColumn using area to render its cells.

Since 3.0

area

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

Returns

A newly created Gtk.TreeViewColumn.