[Python-checkins] CVS: python/dist/src/Lib/lib-tk Tix.py,1.1,1.2

Moshe Zadka moshez@users.sourceforge.net
Wed, 21 Mar 2001 09:24:52 -0800


Update of /cvsroot/python/python/dist/src/Lib/lib-tk
In directory usw-pr-cvs1:/tmp/cvs-serv6561/Lib/lib-tk

Modified Files:
	Tix.py 
Log Message:
Fixed a bunch of Tabnanny errors


Index: Tix.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/lib-tk/Tix.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Tix.py	2001/03/21 07:42:07	1.1
--- Tix.py	2001/03/21 17:24:49	1.2
***************
*** 4,14 ****
  # Tix.py -- Tix widget wrappers, part of PyTix.
  #
! #	- Sudhir Shenoy (sshenoy@gol.com), Dec. 1995.
! #	  based on an idea (and a little code !!) of Jean-Marc Lugrin
! #						     (lugrin@ms.com)
  #
  # NOTE: In order to minimize changes to Tkinter.py, some of the code here
! #	(TixWidget.__init__) has been taken from Tkinter (Widget.__init__)
! #	and will break if there are major changes in Tkinter.
  #
[...2270 lines suppressed...]
!        self.subwidget_list['help'] = _dummyButton(self, 'help')
  
  class _dummyNoteBookFrame(NoteBookFrame, TixSubWidget):
      def __init__(self, master, name, destroy_physically=0):
!        TixSubWidget.__init__(self, master, name, destroy_physically)
  
  ########################
***************
*** 1262,1266 ****
      s = ''
      for type in dict.keys():
! 	s = s + '{{' + type + '} {' + type + ' - ' + dict[type] + '}} '
      return s
  
--- 1262,1266 ----
      s = ''
      for type in dict.keys():
!        s = s + '{{' + type + '} {' + type + ' - ' + dict[type] + '}} '
      return s