|
|
The SoftWish procedure SAA_scenePopupViewer differs from the corresponding
SAAPHIRE C language routine in the definition of the callback, and the callback functions
themselves are different too. In Tcl the entire callback function, including it's data, is
registered directly as a single parameter, a string of code. C can't do this, so it needs
to registers the function and it's parameters separately. Here are the signatures of the
SoftWish and SAAPHIRE versions of SAA_scenePopupViewer: Here is an example of a SoftWish call to SAA_scenePopupViewer. Note that
the entire callback script is passed as the second parameter.
|
|
copyright Video-Collage Inc. |