GNOME Bugzilla – Bug 668428
Function to set initial width of a column
Last modified: 2018-02-10 04:36:35 UTC
It would be nice if there is a function to set the initial size of a column, without restricting resizing. This to for example restore the old column sizes on startup. In Gtk2 this is possible with a bit of a hack: column->resized_width = 75; column->use_resized_width = TRUE; But in Gtk3 this is not public anymore. Maybe a function gtk_tree_view_column_set_{preferred,resized}_width or something.
We're moving to gitlab! As part of this move, we are closing bugs that haven't seen activity in more than 5 years. If this issue is still imporant to you and still relevant with GTK+ 3.22 or master, please consider creating a gitlab issue for it.