[Glade-users] How to save widgets state after closing popup windows

Emmanuel Saracco esaracco@noos.fr
Fri, 02 Jul 2004 14:55:33 +0200


Le ven 02/07/2004 à 03:50, JOSE PEDRO SERGIO ROMAO MACHADO a écrit :

> Hi there!

hi,

[...]

> How can I keep the widgets state and How can I open one 
> popup window setting their widgets to non default 
> values???

[...]

- use gconf;
- use a global structure to store all you settings;
- use a xml file;
- etc.

each time you open dialogs, set appropriate values.
each time dialogs are destroyed, save new values.

bye