Method: Tk::Canvas#index
- Defined in:
- ext/lib/tk/canvas.rb
#index(tagOrId, idx) ⇒ Object
268 269 270 |
# File 'ext/lib/tk/canvas.rb', line 268 def index(tagOrId, idx) number(tk_send_without_enc('index', tagid(tagOrId), idx)) end |
268 269 270 |
# File 'ext/lib/tk/canvas.rb', line 268 def index(tagOrId, idx) number(tk_send_without_enc('index', tagid(tagOrId), idx)) end |