First page Back Continue Last page Summary Graphic
bind e bindtags
bindtags - controlam sequência de bindings
dos widgets
Exemplo:
pack [button .b]
bindtags .b
=> .b Button . all
bind Button
=> <ButtonRelease-1> <Button-1> <Leave> <Enter> <Key-space>
bind Button <Button-1>
=> tkButtonDown %W