Codebase list ruby-fxruby / 5144699
Update Manifest.txt Lars Kanis 8 years ago
2 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
676676 lib/fox16/settings.rb
677677 lib/fox16/signal.rb
678678 lib/fox16/splashscreen.rb
679 lib/fox16/thread.rb
679680 lib/fox16/timeout.rb
680681 lib/fox16/tkcompat.rb
681682 lib/fox16/undolist.rb
66 include Fox
77
88 def test_exception_for_second_app
9 app = FXApp.new
10 mainWindow = FXMainWindow.new(app, "")
11 app.create
129 assert_raise RuntimeError do
1310 app2 = FXApp.new
1411 end