source:
trunk/tkcon/pkgIndex.tcl
Last change on this file was 986, checked in by toby, 11 years ago | |
---|---|
File size: 300 bytes |
Line | |
---|---|
1 | package ifneeded tkcon 2.4 [subst { |
2 | namespace eval ::tkcon {} |
3 | set ::tkcon::PRIV(showOnStartup) 0 |
4 | set ::tkcon::PRIV(protocol) {tkcon hide} |
5 | set ::tkcon::OPT(exec) "" |
6 | package require Tk |
7 | tclPkgSetup [list $dir] tkcon 2.4 { |
8 | {tkcon.tcl source {tkcon dump idebug observe}} |
9 | } |
10 | }] |
Note: See TracBrowser
for help on using the repository browser.