Fellow programmers, I am starting out with PyGTK and am trying to implement a simple toolbar with custom icons. I had a perfect toolbar until I decided to eliminate the deprecated warnings. Such methods as append_item() have been deprecated in later versions of Python. The only one that is supported seems to be insert().
Can anyone show me an example of how to implement a toolbar with buttons (with custom images, not stock) and a text entry field? I would greatly appreciate it. _______________________________________________ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/