Method: APNGAsmGUI::FrameList#view_reload
- Defined in:
- lib/apngasm-gui/frame_list.rb
#view_reload ⇒ Object
82 83 84 85 86 87 |
# File 'lib/apngasm-gui/frame_list.rb', line 82 def view_reload @list.each { |frame| @frame_hbox.remove(frame) } @list.each do |frame| @frame_hbox.pack_start(frame, expand: false, fill: false, padding: 10) end end |