Skip to content

Instantly share code, notes, and snippets.

@bokutin
Created April 24, 2012 18:43
Show Gist options
  • Save bokutin/2482532 to your computer and use it in GitHub Desktop.
Save bokutin/2482532 to your computer and use it in GitHub Desktop.
require 'wx'
class MyApp < Wx::App
private
def on_init
Wx::message_box('Hello World!')
return false
end
end
MyApp.new.main_loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment