aboutsummaryrefslogtreecommitdiff
path: root/tkconsole-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-22 04:16:12 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-22 04:16:12 +0000
commitf141eeb7b94171ddf608f642e10e5ab4407265d0 (patch)
tree896d11eecaa6583cd41b48ec75c75bf278b58653 /tkconsole-help.pd
parent04d2a786e5728fa997377ef005f13793cf03f15b (diff)
quick object to make it really easy to show/hide the Tk console using a toggle
svn path=/trunk/externals/hcs/; revision=11090
Diffstat (limited to 'tkconsole-help.pd')
-rw-r--r--tkconsole-help.pd9
1 files changed, 9 insertions, 0 deletions
diff --git a/tkconsole-help.pd b/tkconsole-help.pd
new file mode 100644
index 0000000..8bed715
--- /dev/null
+++ b/tkconsole-help.pd
@@ -0,0 +1,9 @@
+#N canvas 625 186 450 300 10;
+#X obj 183 165 tkconsole;
+#X obj 183 142 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
+1;
+#X text 24 18 The Tcl/Tk Wish Shell \, which Pd's GUI is built on top
+of \, provides an interactive console. In this console you can run
+Tcl code on the live GUI. This object makes it easy to show and hide
+the Tk console.;
+#X connect 1 0 0 0;