[maemo-developers] A slight problem while working with treeview columns
From: Amit Sethi amit.pureenergy at gmail.comDate: Thu Jul 16 17:03:54 EEST 2009
- Previous message: Fremantle font sizes
- Next message: A slight problem while working with treeview columns
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi , I was experimenting with the new hildon.GtkTreeView on fremantle(in python) and I noticed that column title did not appear .I am initiating the column with the column name like this : renderer = gtk.CellRendererPixbuf() renderer.set_property("xalign", 0.0) column = gtk.TreeViewColumn("Column_title", renderer) Now I noticed the case is not only with hildon.GtkTreeview but also when I run the code only with gtk.treeview object. The code runs fine on my PC (with gtk widgets, ofcourse). Also their is no error given on scratchbox How can I make the column title appear? -- A-M-I-T S|S
- Previous message: Fremantle font sizes
- Next message: A slight problem while working with treeview columns
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]