Hi, Currently i am developing a python script that will be executed in Gnome. This script uses the PyGTK library, however i have a question: How can I make my application to remember the last window size when it was closed? This behavior is natural for the majority of Gnome applications (i think).
The trivial solution that i've imagined is to save to a config file the current status of the window, but i wish that PyGTK automatic handled this for me. Thanks, Flavio
-- http://mail.python.org/mailman/listinfo/python-list