I need to plot 2d data. I searched the list and the closest I saw was
GtkExtra.
It doesn't look like anyone's done anything with it in a couple of years
though.
Is there something more current people are using?
Thanks
Will
___
gtk-list mailing list
gtk
I'm trying to set up a table widget using a GtkTreeView and a GtkListStore.
I'd like to reset the font of the whole table.
I've been able to set the cell fonts by using g_object_set () on the
cell renderers but how do I set the font of the column titles?
Also is there a more gracefull way to set t