# File gtk/sample/testgtk/testgtk.rb, line 153
def main
  srand
  Gtk::RC.parse("testgtkrc")
  create_main_window
  Gtk.main
end