Changing font size in Listview/Treeview
- From: Carine Andersson <da99can ing umu se>
- To: gtk-list gnome org
- Subject: Changing font size in Listview/Treeview
- Date: Thu, 17 Jun 2004 10:12:24 +0200 (CEST)
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]