"Gian Mario Tagliaretti" <[EMAIL PROTECTED]> writes: > 2007/7/26, Tuomas Launiainen <[EMAIL PROTECTED]>: > > Hi Tuomas, > >> I'm experimenting with custom widgets in pygtk, and I can't get >> drawing to work with colours. I'm using the following method to do >> the actual drawing: > > Sorry for the quick answer, I didn't read the whole code but for > drawing operations you will better use cairo, since you use 2.8 cairo > is available and it's easier to use and have fun.
Using cairo would indeed be easier and would also fix the problem, but I'm developing code that needs to run on the Nokia N800 internet tablet as well. Because the N800 does not support cairo, using it is not an option. -- Tuomas Launiainen _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
