# File lib/vimmatelib/main_window.rb, line 107
    def start(start_window)
      gtk_window.show_all
      start_window.start
      Gtk.main
    end