Method: Wads::Widget#relative_y
- Defined in:
- lib/wads/widgets.rb
#relative_y(y) ⇒ Object
Return the absolute y coordinate given the relative y pixel to this widget
1496 1497 1498 |
# File 'lib/wads/widgets.rb', line 1496 def relative_y(y) y_pixel_to_screen(y) end |