* [Serializing a bitmap] * [Serializing a photo] * [Serializing a widget] Hopefully someone will fill in some code here demonstrating how one can save off all an application's widgets in such a way that the next time the application is invoked, it looks just like it did when the save occured. One would then invoke this code at various event points in the application (when the user resizes a widget, changes a color or language, etc.) so that they have a rather seamless environment. here is my attempt at saving widget state http://www.fearme.com/misc/programs.cgi?type=tcltk&file=savestate ---- [Category GUI]