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?
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?