( index )
| 76 | end |
| 77 | |
| 78 | def navigate( index ) |
| 79 | view = RBA::Application::instance.main_window.current_view |
| 80 | if view != nil |
| 81 | view.zoom_box( @screenshots[index].box ) |
| 82 | end |
| 83 | end |
| 84 | |
| 85 | def enlarged( img ) |
| 86 | return "<a href=\"int:index\">Index Page</a><br/><img src=\"file:#{img}\"/>" |
nothing calls this directly
no test coverage detected