| 
      
      
      From: <kr_...@us...> - 2003-10-07 21:43:52
      
     | 
| Update of /cvsroot/htoolkit/gio/src/examples/worm
In directory sc8-pr-cvs1:/tmp/cvs-serv16778/src/examples/worm
Modified Files:
	Main.hs 
Log Message:
Make possible to hide/show a window at any time. The newly created window is always hidden.
Index: Main.hs
===================================================================
RCS file: /cvsroot/htoolkit/gio/src/examples/worm/Main.hs,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Main.hs	4 Oct 2003 08:34:24 -0000	1.9
--- Main.hs	7 Oct 2003 21:39:31 -0000	1.10
***************
*** 67,70 ****
--- 67,71 ----
  		, resizeable =: False
                  ]
+     showWindow w
  
      -- Timer
 |