blob: 431442a6a8f2227b8659225071e8a395b8c2f8a9 (
plain)
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]]
|