Gtk.TreeViewColumn.prototype.get_widget

function get_widget():Gtk.Widget {
    // Gjs wrapper for gtk_tree_view_column_get_widget()
}

Returns the Gtk.Widget in the button on the column header. If a custom widget has not been set then null is returned.

Returns

The Gtk.Widget in the column header, or null