On Thu, 24 Jun 2004 17:41:02 +0200 mirek binas <[EMAIL PROTECTED]> threw this fish to the penguins: > i've got a dialog with ListStore widget. from this dialog is called > another one, from which is possible to add new entries to this > ListStore. after adding new entry - this will be stored into file. > > how to synchronize this two dialogs? i want to refresh the ListStore > dialog after the new entry was created. how can i do this?
Sound like an application for the Observer software pattern. google for python observer pattern. -- George -- "Are the gods not just?" "Oh no, child. What would become of us if they were?" (CSL) _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
