Method: UI::Pad#refresh
- Defined in:
- lib/ektoplayer/ui/widgets.rb
#refresh ⇒ Object
243 244 245 246 247 248 249 |
# File 'lib/ektoplayer/ui/widgets.rb', line 243 def refresh @win.prefresh( @pad_minrow, @pad_mincol, @pos.y, @pos.x, @pos.y + @size.height - 1, @pos.x + @size.width - 1 ) end |