diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-24 07:00:45 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-24 07:00:45 +0000 |
commit | 397f32c7485ac4ce497423e9cec2c21f5deffa52 (patch) | |
tree | 0e3caaeac72d7ac00fbd149feedbce66a3b01e87 /checkbutton-help.pd | |
parent | b1ffed4b75b42b7e86899b4e8859f3b543418394 (diff) |
- got the basics of checkbutton working, but I don't think it's saving yet.
- fixed minor namespace bug in text.c
svn path=/trunk/externals/tkwidgets/; revision=9033
Diffstat (limited to 'checkbutton-help.pd')
-rw-r--r-- | checkbutton-help.pd | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/checkbutton-help.pd b/checkbutton-help.pd index 51cfb0e..a134218 100644 --- a/checkbutton-help.pd +++ b/checkbutton-help.pd @@ -1,11 +1,29 @@ -#N canvas 148 397 467 404 10; -#X obj 178 105 checkbutton; -#X msg 98 58 query; -#X obj 147 167 print QUERY; -#X msg 147 49 query size; -#X msg 241 60 size 100 100; -#X msg 239 30 size 20 20; +#N canvas 13 257 467 404 10; +#X obj 166 173 checkbutton 90 20; +#X msg 20 111 query; +#X obj 263 255 print QUERY; +#X msg 24 80 query size; +#X msg 172 78 size 100 100; +#X obj 144 168 cnv 15 160 80 empty empty empty 20 12 0 14 -233017 -66577 +0; +#X obj 69 259 print DATA; +#X msg 204 144 cursor gumby; +#X obj 155 262 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 +5; +#X msg 192 121 text gumby; +#X msg 159 53 size 90 20; +#X msg 184 102 text "blah blah"; +#X obj 51 337 pddp/pddplink http://tcl.tk/man/tcl8.4/TkCmd/checkbutton.htm +; +#X msg 141 21 onvalue 5; +#X connect 0 0 6 0; +#X connect 0 0 8 0; +#X connect 0 1 2 0; #X connect 1 0 0 0; #X connect 3 0 0 0; #X connect 4 0 0 0; -#X connect 5 0 0 0; +#X connect 7 0 0 0; +#X connect 9 0 0 0; +#X connect 10 0 0 0; +#X connect 11 0 0 0; +#X connect 13 0 0 0; |