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

. . .


© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 02 June 2005