summaryrefslogtreecommitdiff
path: root/ruby_1_8_5/ext/tk/sample/demos-jp/hello
blob: 859ebd950e822c08433ababe3db1ed1d83cb7b24 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env ruby
require 'tk'

TkButton.new(nil,
	'text'=>"¤³¤ó¤Ë¤Á¤Ï¡¢À¤³¦",
	'command'=>proc{print "¤³¤ó¤Ë¤Á¤Ï¡¢À¤³¦\n"; exit}
).pack

Tk.mainloop