On 9/24/05, kooto (sent by Nabble.com) <[EMAIL PROTECTED]> wrote:
manatlan wrote:
...
I've got a little problem, i've searched a lot, but i had'nt found ...
here is a screenshot of the "visual problem" :
http://jbrout.free.fr/capture.png
...
You may be able to find more answers in a more focused Gtk+ or Mono list. Nabble has large archive of software mailing lists where you can search, visit: http://www.nabble.com/Software-f94.html

thanks a lot !
i bookmark this url ! it's very instructive !!!
and i had found my problem (it was a problem of construction)

here is my new code (which works great) :

        cellpb = gtk.CellRendererPixbuf()
        cell = gtk.CellRendererText()
        column = gtk.TreeViewColumn()
        column.pack_start(cellpb, False)
        column.pack_start(cell, True)
        column.set_cell_data_func(cell, filename)
        column.set_cell_data_func(cellpb, pixbuf)
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to