File: pkgIndex.tcl

package info (click to toggle)
tkcon 2%3A2.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,084 kB
  • sloc: tcl: 6,651; sh: 1,184; perl: 81; makefile: 62; exp: 23
file content (11 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
# pkgIndex.tcl to use tkcon as a package via 'package require tkcon'
#
# 'tkcon show' will do all that is necessary to display tkcon
#
# Defaults to:
#  * the main interp as the "slave"
#  * hiding tkcon when you click in the titlebar [X]
#  * using '.tkcon' as the root toplevel
#  * not displaying itself at 'package require' time
#
package ifneeded tkcon 2.7 [list source [file join $dir tkcon.tcl]]