A slight problem while working with treeview columns

2009-07-16 Thread Amit Sethi
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 =

Re: A slight problem while working with treeview columns

2009-07-16 Thread Daniel Martin Yerga
Hi. On Thu, 16 Jul 2009 19:33:54 +0530 Amit Sethi amit.pureene...@gmail.com wrote: 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 =

Re: A slight problem while working with treeview columns

2009-07-16 Thread Amit Sethi
.set_headers_visible(True) Yes thanks that was exactly the problem ... but a little detail on why this should be avoided?? -- A-M-I-T S|S ___ maemo-developers mailing list maemo-developers@maemo.org

Re: A slight problem while working with treeview columns

2009-07-16 Thread Claudio Saavedra
El jue, 16-07-2009 a las 20:04 +0530, Amit Sethi escribió: .set_headers_visible(True) Yes thanks that was exactly the problem ... but a little detail on why this should be avoided? Because of the screen space waste. Try to make clear in the context of your UI what the list is all about