Hello everyone, I'm trying to create a custom 'gtk.CellRenderer' subclasing 'gtk.GenericCellRenderer'. I'll use it in a 'gtk.TreeView' with a single column and I need to render an image, some text and a progress bar. I can draw image and text using 'draw_image' and 'draw_layout' methods from 'gtk.gdk.Drawable', but how can I draw a 'gtk.ProgressBar'? I would like the CellRenderer to look like Firefox download window items.
Thanks in advanced, -- Yasser González Fernández http://deltha.uh.cu/~yglez/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
