Changing font size in Listview/Treeview

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

 




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@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux