|
|
Here is how the template shown previously now appears with the list of eight procedures (callbacks and supporting routines). Again, the procedures are defined at the beginning of the program:
# Define callbacks and proceduresproc CreateMenu {} {...}
proc CreateList {} {...}
proc MenuKillCB {} {...}
proc MenuExitCB {} {...}
proc MenuRefreshCB {} {...}
proc KillFormOKCB {} {...}
proc DoRefresh {} {...}
proc GetPsList {} {...}
# Main
. . .