Method: Tk::Canvas#canvasy
- Defined in:
- lib/tk/canvas.rb
#canvasy(screen_y, *args) ⇒ Object Also known as: canvas_y
177 178 179 180 |
# File 'lib/tk/canvas.rb', line 177 def canvasy(screen_y, *args) #tk_tcl2ruby(tk_send_without_enc('canvasy', screen_y, *args)) number(tk_send_without_enc('canvasy', screen_y, *args)) end |