[Python-checkins] CVS: python/dist/src/Misc NEWS,1.319,1.320

Martin v. L?wis loewis@users.sourceforge.net
Sun, 25 Nov 2001 06:50:58 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv28416/Misc

Modified Files:
	NEWS 
Log Message:
Properly set static options for tixBalloon and tixResizeHandle.
Expose Tix.ResizeHandle.{detach_widget,hide,show}.
Update Tix demos.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.319
retrieving revision 1.320
diff -C2 -d -r1.319 -r1.320
*** NEWS	2001/11/25 14:35:53	1.319
--- NEWS	2001/11/25 14:50:56	1.320
***************
*** 15,18 ****
--- 15,20 ----
  - webbrowser defaults to netscape.exe on OS/2 now.
  
+ - Tix.ResizeHandle exposes detach_widget, hide, and show.
+ 
  Tools/Demos