Method: Fidgit::VerticalScrollBar#update
- Defined in:
- lib/fidgit/elements/scroll_bar.rb
#update ⇒ Object
107 108 109 110 111 112 |
# File 'lib/fidgit/elements/scroll_bar.rb', line 107 def update window = parent.parent content_height = window.content_height.to_f @handle.height = (window.view_height * height) / content_height @handle.y = y + (window.offset_y * height) / content_height end |