Hi,

I'm trying to create a small treeview containing files in a directory. Since I have to use a very small display (128x144), I need to decrease
the font size of the strings. How can I do this?
My code looks like this:


 cell_renderer = gtk_cell_renderer_text_new();

 column = gtk_tree_view_column_new_with_attributes("info", cell_renderer,
"text", 1, NULL);

 gtk_tree_view_append_column(GTK_TREE_VIEW(treeview), column);

//Carine


_______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to