> Sure you can explicitly set the width of the cells you add to your > treeview columns: > > http://library.gnome.org/devel/gtk/stable/GtkCellRenderer.html#GtkCellRenderer--width I'm doing g_object_set(G_OBJECT(cell_renderer), "width", new_width, NULL); but it's having no effect whatsoever. Is there something I have to call after to have the cell recognize the new setting? thanks! wes _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list