summaryrefslogtreecommitdiff
path: root/console.tcl
blob: 84f417e054bfc0557c8907d0367df00d9af6589e (plain)
1
2
3
4
5
6
7
8
9
10
11
# Tcl commands to run in the console before qrouter is initialized
 
slave alias qrouter::consoledown wm withdraw .
slave alias qrouter::consoleup wm deiconify .
slave alias qrouter::consoleontop raise .

# NOTE:  This is not recommended for qrouter, where everything runs
# off of the console.  If the console is closed, then the program
# should exit.
#
# wm protocol . WM_DELETE_WINDOW {tkcon slave slave qrouter::lowerconsole}