summaryrefslogtreecommitdiffstats
path: root/mac/widget.r
diff options
context:
space:
mode:
authordas <das>2001-11-23 02:04:08 (GMT)
committerdas <das>2001-11-23 02:04:08 (GMT)
commit555e27daed13d9ab8603272008a3dfa36809d9f5 (patch)
tree0d0864ac4fc0b0ff178f5869f1600d2c584109c8 /mac/widget.r
parentb251d118045d610f59c32bfbc562f14c1b81c22c (diff)
downloadtk-555e27daed13d9ab8603272008a3dfa36809d9f5.zip
tk-555e27daed13d9ab8603272008a3dfa36809d9f5.tar.gz
tk-555e27daed13d9ab8603272008a3dfa36809d9f5.tar.bz2
** upport to 8.4 of mac code changes for 8.3.3 & various new
** changes for 8.4, some already backported to 8.3.4 (patch #435660) see ChangeLog for details
Diffstat (limited to 'mac/widget.r')
-rw-r--r--mac/widget.r18
1 files changed, 18 insertions, 0 deletions
diff --git a/mac/widget.r b/mac/widget.r
new file mode 100644
index 0000000..d28cadc
--- /dev/null
+++ b/mac/widget.r
@@ -0,0 +1,18 @@
+/*
+ * widget.r --
+ *
+ */
+
+type 'TEXT'
+{
+ string;
+};
+
+#define TK_LIBRARY_RESOURCES 3000
+
+resource 'TEXT' (TK_LIBRARY_RESOURCES+114, "tclshrc", purgeable)
+{
+"# read widgets demo script\n"
+"console hide\n"
+"source [file join $tk_library demos widget]\n"
+}; \ No newline at end of file