Right now, the script simply prints the answer to the
screen, but I think printing to the GUI would be more
logical.  I have been going through the PyGTK tutorial
and docs and have not found a widget that exists
solely to accept information that would normally print
to the screen.  What should I use?  Can I modify a
label to do the job?
gtk.Label is the right widget for this.
If you want a terminal like widget, look at gtk.TextView, which can display multiple lines

Johan
_______________________________________________
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