[Python-checkins] CVS: python/dist/src/Mac/IDE scripts/Widget demos WidgetTest.py,1.1,1.2

Just van Rossum jvr@users.sourceforge.net
Tue, 19 Jun 2001 14:38:44 -0700


Update of /cvsroot/python/python/dist/src/Mac/IDE scripts/Widget demos
In directory usw-pr-cvs1:/tmp/cvs-serv21220

Modified Files:
	WidgetTest.py 
Log Message:
made 7-bit-clean.

***** Bogus filespec: scripts/Widget
***** Bogus filespec: demos
Index: WidgetTest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/IDE scripts/Widget demos/WidgetTest.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** WidgetTest.py	1999/09/26 12:24:58	1.1
--- WidgetTest.py	2001/06/19 21:38:42	1.2
***************
*** 47,51 ****
  
  # a checkbox
! window.ch = W.CheckBox((10, 130, 160, 16), "Check (command §)", checkcallback)
  
  # set of radio buttons (should become easier/nicer)
--- 47,51 ----
  
  # a checkbox
! window.ch = W.CheckBox((10, 130, 160, 16), "Check (command \xa4)", checkcallback)
  
  # set of radio buttons (should become easier/nicer)
***************
*** 66,70 ****
  
  # bind some keystrokes to functions
! window.bind('cmd§', window.ch.push)
  window.bind('cmd1', window.r1.push)
  window.bind('cmd2', window.r2.push)
--- 66,70 ----
  
  # bind some keystrokes to functions
! window.bind('cmd\xa4', window.ch.push)
  window.bind('cmd1', window.r1.push)
  window.bind('cmd2', window.r2.push)