Hi,<br><br>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).
<br><br>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.<br><br>Thanks,<br>Flavio<br>