DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Creating an SCO Visual Tcl program -- an overview

Outline of kill program procedures

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 procedures

proc CreateMenu {} {...}

proc CreateList {} {...}

proc MenuKillCB {} {...}

proc MenuExitCB {} {...}

proc MenuRefreshCB {} {...}

proc KillFormOKCB {} {...}

proc DoRefresh {} {...}

proc GetPsList {} {...}

# Main

. . .


Next topic: Coding the Main routine
Previous topic: Coding the supporting routines

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003