March 2003
Intermediate to advanced
656 pages
39h 30m
English
tag_bind
c.tag_bind(tag,event_name,callable[,'+'])
c
.tag_bind(
tag,event_name,callable
)
sets callable as the callback object for
event_name on the items currently in
tag’s set. Calling
c
.tag_bind(
tag,event_name,callable
,'+')
adds callable to the previous bindings.
Events, callbacks, and bindings are covered in
Section 16.9 later in this
chapter.