aboutsummaryrefslogtreecommitdiff
path: root/core/dialog.yes-no.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-09-18 10:01:28 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-09-18 10:01:28 +0000
commit735ed9822b4aa58fefac8a179d49cb09f93f8831 (patch)
tree65f8aa13dd471fe764bc78801c2484b43de72bd7 /core/dialog.yes-no.pd
parent2e07534a6518180458b9c3ce4e48a5dbd294f25c (diff)
added [saveclear] for clearing dynamically generated subpatches on save, [storebang] for making gui lists of values, and added [import] statements to all patches in senderfruit
svn path=/trunk/abstractions/senderfruit/; revision=10297
Diffstat (limited to 'core/dialog.yes-no.pd')
-rw-r--r--core/dialog.yes-no.pd4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/dialog.yes-no.pd b/core/dialog.yes-no.pd
index 88cef91..409fe01 100644
--- a/core/dialog.yes-no.pd
+++ b/core/dialog.yes-no.pd
@@ -1,4 +1,7 @@
#N canvas 266 442 628 346 10;
+#X declare -lib toxy;
+#X declare -lib hcs;
+#X declare -lib list-abs;
#N canvas 781 650 305 105 \$0.dialog-box 0;
#X obj 2 2 cnv 15 300 30 empty \$0.line1 Are_you_sure? 20 12 0 14 -262144
-1 0;
@@ -28,6 +31,7 @@
#X obj 31 67 s pd-\$0.dialog-box;
#X obj 31 45 dialog.under-cursor 305 105 1440 900;
#X obj 344 62 list-onearg \$1 Are_you_sure?;
+#X obj 481 22 import list-abs;
#X connect 1 0 18 0;
#X connect 2 0 4 0;
#X connect 2 0 5 0;