Tix.Text.tag_bind

Text.tag_bind(tagName, sequence, func, add=None)[source]

Bind to all characters with TAGNAME at event SEQUENCE a call to function FUNC.

An additional boolean parameter ADD specifies whether FUNC will be called additionally to the other bound function or whether it will replace the previous function. See bind for the return value.