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

Creating the process list (VtList, VxSetVar)

The CreateList procedure fills in the list of processes to manipulate.

CreateList is defined at the top of the program. As usual, the parent of the list (``form'') is passed in.

Also specified:

The handle of the created list widget ($list_wid) will be needed by other procedures and callbacks to perform actions on the list. Two options to make this widget available are: Either of these would be acceptable for such a small application. But, for larger applications, use VxSetVar(1vtcl), a special SCO Visual Tcl command that allows for sharing widget information.

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004