Gtk.TreeViewColumn.prototype.get_fixed_width

function get_fixed_width():Number {
    // Gjs wrapper for gtk_tree_view_column_get_fixed_width()
}

Gets the fixed width of the column. This may not be the actual displayed width of the column; for that, use Gtk.get_width.

Returns

The fixed width of the column.