aboutsummaryrefslogtreecommitdiff
path: root/text-test.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-15 17:27:03 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-11-15 17:27:03 +0000
commit46c8c8f8d8448e72bf384c1de04dcfc7ab44f34a (patch)
tree824b7a6c60e92d2d5bcdf65b440dda08fe326887 /text-test.pd
parent078d4d3de414a38fa2987a1aa1dc6c3ef3f11654 (diff)
- first working sketch of having a shared dylib for a libdir, I moved
query_options() to the dylib, and it works! :D (on Mac OS X, at least) - minor cleanups in text.c - first test of saving options to the file, it writes data, but there are bugs svn path=/trunk/externals/tkwidgets/; revision=9014
Diffstat (limited to 'text-test.pd')
-rw-r--r--text-test.pd8
1 files changed, 7 insertions, 1 deletions
diff --git a/text-test.pd b/text-test.pd
index 57f713c..b094fea 100644
--- a/text-test.pd
+++ b/text-test.pd
@@ -3,7 +3,7 @@
#X msg 47 29 size 100 100;
#X obj 48 470 text 130 60 0;
#X msg 130 30 size 400 200;
-#X obj 310 11 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
+#X obj 310 11 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X msg 655 333;
#X msg 23 245 highlightthickness \$1;
@@ -24,6 +24,10 @@
#X msg 78 345 query;
#X msg 309 31 scrollbars \$1;
#X msg 85 367 query size;
+#X msg 342 369;
+#X obj 310 335 prepend set;
+#X msg 250 41 bang;
+#X connect 0 0 22 0;
#X connect 0 1 5 0;
#X connect 1 0 0 0;
#X connect 2 1 14 0;
@@ -43,3 +47,5 @@
#X connect 18 0 2 0;
#X connect 19 0 0 0;
#X connect 20 0 2 0;
+#X connect 22 0 21 0;
+#X connect 23 0 0 0;