Gtk.TreeViewColumn.prototype.set_widget
function set_widget(widget:Gtk.Widget):void {
// Gjs wrapper for gtk_tree_view_column_set_widget()
}Sets the widget in the header to be widget. If widget is null, then the header button is set with a Gtk.Label set to the title of tree_column.
- widget
A child Gtk.Widget, or null.