Tkinter missing methods

Greg McFarlane gregm at iname.com
Mon Jun 21 05:56:35 EDT 1999


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 at iname.com)
Today's forecast:  Sunny, with occasional cloudy periods and a chance
		   of precipitation in some areas.




More information about the Python-list mailing list