diff options
Diffstat (limited to 'ext/tk/sample/tkhello.rb')
| -rw-r--r-- | ext/tk/sample/tkhello.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/tk/sample/tkhello.rb b/ext/tk/sample/tkhello.rb deleted file mode 100644 index 597c1f6242..0000000000 --- a/ext/tk/sample/tkhello.rb +++ /dev/null @@ -1,10 +0,0 @@ -require "tk" - -TkButton.new(nil, - :text => 'hello', - :command => proc{print "hello\n"}).pack(:fill=>'x') -TkButton.new(nil, - :text => 'quit', - :command => proc{exit}).pack(:fill=>'x') - -Tk.mainloop |
