Tkinter Text Widget Tag Problem
Ivica Munitic
StRanGy at dijana.vest.hr
Sat Jul 6 09:16:18 EDT 2002
In article <slrnaidn96.3f9.imunitic at dijana.vest.hr>, Ivica Munitic wrote:
> def onEnter(event):
> start, end = self.text.tag_prevrange("hlink",
> self.text.index("@%s,%s" % (event.x, event.y)))
> self.text.tag_add("alink", start, end)
self.text.tag_raise("alink")
This i forgot to add in the original post :)))
Sorry
> self.start, self.end = start, end
--
---------------------------------
# RealName: Ivica Munitic
# E-Mail: imunitic at vest.hr
# ICQ: 36877532
---------------------------------
More information about the Python-list
mailing list