Mailing List Archive

Tkinter missing methods
Tkinter.py revision 1.127, (python1.5.2) is missing these Text
methods:

def mark_next(self, index):
return self.tk.call(self._w, 'mark', 'next', index) or None

def mark_previous(self, index):
return self.tk.call(self._w, 'mark', 'previous', index) or None

--
Greg McFarlane: INMS Telstra Australia (gregm@iname.com)
Today's forecast: Sunny, with occasional cloudy periods and a chance
of precipitation in some areas.