Update of /cvsroot/pure-data/externals/hcs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8378
Modified Files: sys_gui-help.pd Log Message: added a link to the sources and a little instruction of how to find things to modify
Index: sys_gui-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/hcs/sys_gui-help.pd,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sys_gui-help.pd 5 Nov 2007 06:53:53 -0000 1.3 --- sys_gui-help.pd 6 Nov 2007 02:23:19 -0000 1.4 *************** *** 1,3 **** ! #N canvas 975 22 489 372 10; #X obj 69 304 sys_gui; #X msg 69 72 menu_doc_browser; --- 1,3 ---- ! #N canvas 857 104 568 446 10; #X obj 69 304 sys_gui; #X msg 69 72 menu_doc_browser; *************** *** 51,54 **** --- 51,59 ---- #X restore 246 212 pd generate web color; #X msg 245 236 set obj_box_fill #a3cfb5; + #X obj 77 395 pddp/pddplink http://pure-data.cvs.sourceforge.net/pure-data/pd/src + ; + #X text 63 350 You can find things to mess with by looking thru the + Pd code , look for things that have "sys_gui" and "sys_vgui". These + are Tcl/Tk commands from the pd to the Pg GUI process.; #X connect 1 0 0 0; #X connect 3 0 0 0;