summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/tk/sample/resource.ja
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.ja
Fresh start
Diffstat (limited to 'jni/ruby/ext/tk/sample/resource.ja')
-rw-r--r--jni/ruby/ext/tk/sample/resource.ja13
1 files changed, 13 insertions, 0 deletions
diff --git a/jni/ruby/ext/tk/sample/resource.ja b/jni/ruby/ext/tk/sample/resource.ja
new file mode 100644
index 0000000..a61390f
--- /dev/null
+++ b/jni/ruby/ext/tk/sample/resource.ja
@@ -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: こんにちは
+*quit.text: 終了
+*BTN_CMD.show_msg: {|arg| print "($SAFE=#{$SAFE} >>>) ";\
+ print "こんにちは!! #{arg} のサンプルです.";\
+ print "(<<< $SAFE=#{$SAFE})\n"}
+*BTN_CMD.bye_msg: {print "($SAFE=#{$SAFE} >>>) さようなら.(<<< $SAFE=#{$SAFE})\n"}