meitham wrote: > Is there any > programmatical way to force the redrawing of the widgets in the gtk window?
w.queue_draw(), w being the widget you want redrawn. /Joel _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
