diff options
author | Guenter Geiger <ggeiger@users.sourceforge.net> | 2002-11-26 11:24:49 +0000 |
---|---|---|
committer | Guenter Geiger <ggeiger@users.sourceforge.net> | 2002-11-26 11:24:49 +0000 |
commit | 4f3d739780d9de34f51844063f3cb3de50519e4e (patch) | |
tree | 5c7771ee72bdfdc0b58b07091225553f0aa06578 | |
parent | 0b82733b98112bb7a094066f6ca9d40d97141bfa (diff) |
added
svn path=/trunk/externals/ggee/; revision=253
-rw-r--r-- | gui/button.pd | 29 | ||||
-rw-r--r-- | gui/image.pd | 5 |
2 files changed, 34 insertions, 0 deletions
diff --git a/gui/button.pd b/gui/button.pd new file mode 100644 index 0000000..a2d2135 --- /dev/null +++ b/gui/button.pd @@ -0,0 +1,29 @@ +#N canvas 215 105 529 408 10; +#X obj 41 115 button OK; +#X obj 77 249 print; +#X obj 118 128 button Hit_me_with_your_rhythm_stick; +#X msg 118 181 yes I will; +#X obj 118 83 button OK; +#X obj 325 328 del 400; +#X obj 248 256 del 400; +#X obj 324 195 del 400; +#X obj 375 254 del 400; +#X obj 368 246 button Don't_click; +#X obj 321 321 button Don't_click; +#X obj 316 188 button Don't_click; +#X obj 236 247 button Don't_click; +#X text 17 21 Button \, a bang with a label (no pics yet); +#X text 26 374 (C) dosmildos Guenter Geiger; +#X text 17 41 button <text> \, _ are made into spaces; +#X connect 0 0 1 0; +#X connect 2 0 3 0; +#X connect 3 0 1 0; +#X connect 4 0 2 0; +#X connect 5 0 12 0; +#X connect 6 0 11 0; +#X connect 7 0 9 0; +#X connect 8 0 10 0; +#X connect 9 0 8 0; +#X connect 10 0 5 0; +#X connect 11 0 7 0; +#X connect 12 0 6 0; diff --git a/gui/image.pd b/gui/image.pd new file mode 100644 index 0000000..486b8ea --- /dev/null +++ b/gui/image.pd @@ -0,0 +1,5 @@ +#N canvas 273 269 450 300 10; +#X obj 66 203 image logo100.gif; +#X text 12 14 Putting images into your patch; +#X text 10 74 image <filename>; +#X text 12 36 Working formats are gif and png \, I think; |