Method: GtkApp.run

Defined in:
lib/gtk_app.rb

.runObject

Start the main Gtk loop.



19
20
21
# File 'lib/gtk_app.rb', line 19

def self.run
  Gtk::main
end