Changing font size in Listview/Treeview




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





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]