Gtk.TreeViewColumn.prototype.set_title

function set_title(title:String):void {
    // Gjs wrapper for gtk_tree_view_column_set_title()
}

Sets the title of the tree_column. If a custom widget has been set, then this value is ignored.

title

The title of the tree_column.