On 4/25/05, borco <[EMAIL PROTECTED]> wrote: > * is there a special way for a gnome app to store/restore its size and > pos (a simpler and better way than that for a bare gtk app)?
I don't know of a good simple way to do this, but would like to hear it if anyone else does! For my app, I developed a module that handles this by default, so that windows stay in the same place they were left and can return expander/toggle/etc. widgets to their prior state. Here's a link to my CVS tree for your copying/modifying/using as you like: http://cvs.sourceforge.net/viewcvs.py/grecipe-manager/grm/src/lib/WidgetSaver.py?rev=1.2&view=markup I'd also be glad to hear that there's a better solution! Tom _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
