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

Updating the process list (DoRefresh)

  proc DoRefresh {list} {

VtListSetItem $list -itemList [GetPsList]

}

DoRefresh updates the process list by calling VtListSetItem(VTCL) to put the processes generated by GetPsList into the list widget.
Next topic: Displaying the process list (GetPsList)
Previous topic: Exiting the program (MenuExitCB)

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