Hi, when my application is quit and re-launched I want its window to appear in the old place at the last size.
gtk.Window.parse_geometry seems a good candiate for the restore, but how do I get the values it takes? The options I found don't seem very robust because of window decorations: gtk.Widget.get_allocation gtk.gdk.Window.get_geometry _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
