Method: ActiveWindow::Application#start
- Defined in:
- lib/active_window/application.rb
#start ⇒ Object
21 22 23 24 25 26 |
# File 'lib/active_window/application.rb', line 21 def start setup post_setup window.show Gtk.main end |
21 22 23 24 25 26 |
# File 'lib/active_window/application.rb', line 21 def start setup post_setup window.show Gtk.main end |