このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。 最新版のマニュアルへ

Ruby 2.2.0 リファレンスマニュアル

instance method TkCanvas#itembind_append

itembind_append(tag, context, *args)[permalink][rdoc]

[TODO]

def itembind_append(tag, context, cmd = Proc.new, *args)

_bind_append([path, "bind", tagid(tag)], context, cmd, *args)
self

end