GTK entry save last value before exiting

160 Views Asked by At

I'm writing a gtk app using python. The application uses a lot of gtk entry, that are empty when i start the program.

Is there a way to "save" the entry text when i close the application, and then restore them when i start the program again?

0

There are 0 best solutions below