diff options
author | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-27 00:16:29 +0000 |
---|---|---|
committer | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-27 00:16:29 +0000 |
commit | 533365cb349a9c1e6361f5b271c2334f13ebf495 (patch) | |
tree | b69c66367d418fd1cc8c2686d8c46731a9607244 | |
parent | 97148f10bff789a6ae7496852f9d9e71dfe42a24 (diff) |
added symbol arg to ticker-help.pd
svn path=/trunk/externals/ggee/; revision=14528
-rw-r--r-- | gui/ticker-help.pd | 24 | ||||
-rw-r--r-- | gui/toddle-help.pd | 15 |
2 files changed, 21 insertions, 18 deletions
diff --git a/gui/ticker-help.pd b/gui/ticker-help.pd index 9f515ad..a230bdd 100644 --- a/gui/ticker-help.pd +++ b/gui/ticker-help.pd @@ -1,4 +1,4 @@ -#N canvas 0 22 412 266 10; +#N canvas 0 22 489 266 10; #X obj 76 108 ticker ; #X text 25 21 [ticker] is a OS-native checkbox; #X obj 44 70 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 @@ -8,16 +8,20 @@ #X obj 44 158 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1 ; #N canvas 188 140 494 344 META 0; -#X text 12 5 GENRE help; -#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan +#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; -#X text 12 45 LICENSE Tcl/Tk; -#X text 12 125 AUTHOR Guenter Geiger; -#X text 12 25 KEYWORDS control GUI; -#X text 12 65 DESCRIPTION OS-native checkbox; -#X text 12 85 INLET_0 bang float; -#X text 12 105 OUTLET_0 float; -#X restore 362 246 pd META; +#X text 12 25 LICENSE Tcl/Tk; +#X text 12 105 AUTHOR Guenter Geiger; +#X text 12 5 KEYWORDS control GUI; +#X text 12 45 DESCRIPTION OS-native checkbox; +#X text 12 65 INLET_0 bang float; +#X text 12 85 OUTLET_0 float; +#X restore 431 238 pd META; +#X text 186 66 A single symbol argument sets the label; +#X text 208 88 [ticker my_label] will create:; +#X obj 249 119 ticker my_label; +#X text 49 195 Note: moving the object is a little awkward-- try creating +a bounding box around the object first \, then click and drag.; #X connect 0 0 4 0; #X connect 0 0 5 0; #X connect 2 0 0 0; diff --git a/gui/toddle-help.pd b/gui/toddle-help.pd index 2200fef..4986ece 100644 --- a/gui/toddle-help.pd +++ b/gui/toddle-help.pd @@ -32,15 +32,14 @@ #X text 75 278 converter \, but routes; #X text 76 294 messages through; #N canvas 324 237 494 344 META 0; -#X text 12 5 GENRE help; -#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan +#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan Wilkes for Pd version 0.42.; -#X text 12 45 LICENSE Tcl/Tk; -#X text 12 125 AUTHOR Guenter Geiger; -#X text 12 25 KEYWORDS control GUI; -#X text 12 65 DESCRIPTION graphical button; -#X text 12 85 INLET_0 anything size color; -#X text 12 105 OUTLET_0 anything; +#X text 12 25 LICENSE Tcl/Tk; +#X text 12 105 AUTHOR Guenter Geiger; +#X text 12 5 KEYWORDS control GUI; +#X text 12 45 DESCRIPTION graphical button; +#X text 12 65 INLET_0 anything size color; +#X text 12 85 OUTLET_0 anything; #X restore 572 466 pd META; #X connect 0 0 2 0; #X connect 3 0 0 0; |