Skip to content

Instantly share code, notes, and snippets.

@conf
Created December 1, 2014 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conf/b1a921c3616611216c29 to your computer and use it in GitHub Desktop.
Save conf/b1a921c3616611216c29 to your computer and use it in GitHub Desktop.
OSX Yosemite GTK test
#!/usr/bin/env ruby
require 'gtk2'
Gtk.init
w = Gtk::Window.new('Title')
w.show_all
Gtk.main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment