From 108c7c2f64b9254ea599073bd737f5e5a8b8d9c3 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Fri, 6 Feb 2009 11:16:06 +0000 Subject: adding jonathan wilkes lovely 'pal' editor, continued work and upgrades to ds-designer, and the start of ds-choice-list, a context-menu-ish gui element (with icons thanks to ds-designer) svn path=/trunk/abstractions/ds-gui/; revision=10748 --- pal/getGUIsize.pd | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100755 pal/getGUIsize.pd (limited to 'pal/getGUIsize.pd') diff --git a/pal/getGUIsize.pd b/pal/getGUIsize.pd new file mode 100755 index 0000000..aa6fa08 --- /dev/null +++ b/pal/getGUIsize.pd @@ -0,0 +1,44 @@ +#N canvas 0 0 1004 682 12; +#X obj 95 224 t a; +#X obj 32 224 t a; +#X obj 32 63 t f f; +#X obj 95 63 t f f; +#X obj 32 24 inlet; +#X obj 95 24 inlet; +#X obj 32 263 outlet; +#X obj 95 263 outlet; +#X obj 173 24 loadbang; +#X obj 173 105 \$1; +#X obj 228 105 \$2; +#X obj 173 155 + \$3; +#X obj 228 155 + \$4; +#X obj 32 102 -; +#X obj 95 103 -; +#X obj 32 156 +; +#X obj 95 158 +; +#X text 284 104 \$1- initial width; +#X text 284 123 \$2- initial height; +#X text 284 142 \$3- x offset for anchor; +#X text 284 161 \$4- y offset for anchor; +#X connect 0 0 7 0; +#X connect 0 0 16 1; +#X connect 1 0 6 0; +#X connect 1 0 15 1; +#X connect 2 0 13 1; +#X connect 2 1 13 0; +#X connect 3 0 14 1; +#X connect 3 1 14 0; +#X connect 4 0 2 0; +#X connect 5 0 3 0; +#X connect 8 0 9 0; +#X connect 8 0 10 0; +#X connect 9 0 11 0; +#X connect 9 0 15 1; +#X connect 10 0 12 0; +#X connect 10 0 16 1; +#X connect 11 0 13 1; +#X connect 12 0 14 1; +#X connect 13 0 15 0; +#X connect 14 0 16 0; +#X connect 15 0 1 0; +#X connect 16 0 0 0; -- cgit v1.2.1