LDC - Pablo Endres Lozada wrote:
I've tryed to draw in a Drawing Area but the only wayIt is best to only draw in response to an expose event. If you want to redraw your widget, you should call the queue_draw() or queue_draw_area() methods, which will queue an exposure for you.
that it works is suscribing the paint method to
the expose-event.
Is there anothere way to do this??
Can I paint at any time or must it be via signals?
James.
--
Email: [EMAIL PROTECTED] | Linux.conf.au http://linux.conf.au/
WWW: http://www.daa.com.au/~james/ | Jan 22-25 Perth, Western Australia.
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
