582 583 584 585
# File 'lib/tk/canvas.rb', line 582 def select(mode, *args) r = tk_send_without_enc('select', mode, *args) (mode == 'item')? TkcItem.id2obj(self, r): self end