GNOME Bugzilla – Bug 144835
Need an ellipsizing text renderer
Last modified: 2004-12-22 21:47:04 UTC
When you do gtk_tree_view_column_set_sizing (column, GTK_TREE_VIEW_COLUMN_FIXED); the text is simply cut at the end of the column. This doesn't look nice and I think GTK+ should provide a way to ellipsize the text. The renderer used in gossip does something like this and it really looks nicer.
This should probably be an attribute of GtkCellRendererText.
This feature requires the same thing I need to add word-wrapping to GtkCellRendererText: a way to know the actual width of the column from within gtk_cell_renderer_text_get_size(). http://mail.gnome.org/archives/gtk-devel-list/2004-June/msg00112.html