From fcbf63e62c627deae76c1b8cb8c0876c536ed811 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 16 Mar 2020 18:49:26 +0900 Subject: Fresh start --- jni/ruby/ext/tk/sample/demos-en/hello | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 jni/ruby/ext/tk/sample/demos-en/hello (limited to 'jni/ruby/ext/tk/sample/demos-en/hello') diff --git a/jni/ruby/ext/tk/sample/demos-en/hello b/jni/ruby/ext/tk/sample/demos-en/hello new file mode 100644 index 0000000..5e86ad7 --- /dev/null +++ b/jni/ruby/ext/tk/sample/demos-en/hello @@ -0,0 +1,14 @@ +#!/usr/bin/env ruby +require 'tk' + +#unless /^8\.[1-9]/ =~ Tk::TCL_VERSION && !Tk::JAPANIZED_TK +# require 'tkencoding' +#end + +TkButton.new(nil, + 'text'=>"Hello Ruby world!", + 'font'=>TkFont.new('k14'), + 'command'=>proc{print "Hello Ruby world!\n"; exit} +).pack + +Tk.mainloop -- cgit v1.2.3-70-g09d2