Update of /cvsroot/pure-data/externals/miXed/test/toxy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21923/test/toxy
Modified Files: setup.wid Log Message: toxy alpha19 and pddp alpha3 (see notes.txt for toxy and pddp)
Index: setup.wid =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/test/toxy/setup.wid,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** setup.wid 10 May 2005 18:01:24 -0000 1.8 --- setup.wid 13 Jun 2005 20:41:51 -0000 1.9 *************** *** 20,23 **** --- 20,32 ---- }
+ # valid options: "show", "hide" + proc ::toxy::console {op} { + if {[catch {::console $op}]} { + if {[catch {package require tkcon}] == 0} { + tkcon $op + } + } + } + # FIXME this should be explicitly requested # In order to keep the state after tk canvas has been destroyed