[Anygui-checkins] CVS: /anygui TODO.txt,1.60,1.61
Brought to you by:
mlh
From: Magnus L. H. <ml...@us...> - 2003-01-29 01:51:46
|
Update of /cvsroot/anygui//anygui In directory sc8-pr-cvs1:/tmp/cvs-serv14670 Modified Files: TODO.txt Log Message: Index: TODO.txt =================================================================== RCS file: /cvsroot/anygui//anygui/TODO.txt,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -r1.60 -r1.61 *** TODO.txt 14 Nov 2002 17:06:12 -0000 1.60 --- TODO.txt 29 Jan 2003 01:51:42 -0000 1.61 *************** *** 50,53 **** --- 50,59 ---- for "widget is None" etc.) + * Consider: Make a "no windows" event, rather than making Application + exit on default when there are no more windows? (Would be + problematic for applications that relied on the exiting behaviour. + Alternatives? Make it possible to override it, perhaps only link per + default, and use unlink to remove the behaviour?) + Objectives for version 0.2a1: ----------------------------- |