summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/tk/sample/resource.en
diff options
context:
space:
mode:
authorJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-03-16 18:49:26 +0900
committerJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-03-30 00:39:06 +0900
commitfcbf63e62c627deae76c1b8cb8c0876c536ed811 (patch)
tree64cb17de3f41a2b6fef2368028fbd00349946994 /jni/ruby/ext/tk/sample/resource.en
Fresh start
Diffstat (limited to 'jni/ruby/ext/tk/sample/resource.en')
-rw-r--r--jni/ruby/ext/tk/sample/resource.en13
1 files changed, 13 insertions, 0 deletions
diff --git a/jni/ruby/ext/tk/sample/resource.en b/jni/ruby/ext/tk/sample/resource.en
new file mode 100644
index 0000000..39b4013
--- /dev/null
+++ b/jni/ruby/ext/tk/sample/resource.en
@@ -0,0 +1,13 @@
+!
+! see Tcl/Tk's "options" manual for "Database Name" and "Database Class"
+!
+*BtnFrame.borderWidth: 5
+*BtnFrame.relief: ridge
+*BtnFrame.Button.background: wheat
+*BtnFrame.Button.foreground: red
+*hello.text: HELLO
+*quit.text: QUIT
+*BTN_CMD.show_msg: {|arg| print "($SAFE=#{$SAFE}) ";\
+ print "Hello!! This is a sample of #{arg}.";\
+ print "(<<< $SAFE=#{$SAFE})\n"}
+*BTN_CMD.bye_msg: {print "($SAFE=#{$SAFE} >>>) Good-bye¡¥(<<< $SAFE=#{$SAFE})\n"}