Reference Guide > W Routines > WzMultiView Procedure
  

WzMultiView Procedure
Starts a VDA Tool used to display multiple plots.
Usage
WzMultiView
Keywords
NoBlock — If specified, the event loop (WwLoop) that is started by the VDA Tool will use the given value. By default a value of 1 (non-blocking loop) will be used. However, it may be necessary in certain circumstances to force a non-blocking loop by specifying NoBlock = 2. (See WwLoop in the PV‑WAVE Application Developer’s Guide for more information.)
Parent — The widget ID of the parent widget.
Position — Specifies, in pixels, the x and y (horizontal and vertical) coordinates for the starting location of the upper-left corner of the VDA Tool window.
Restore — A data structure previously saved in the Tools Manager with the TmSaveTools function. This keyword is reserved for internal use; it is not to be used at the command line (see Discussion).
Template — A string containing the name of a VDA Tool template file.
XSize — Specifies, in pixels, the width of the drawing area.
YSize — Specifies, in pixels, the height of the drawing area.
Discussion
The Parent keyword is used to connect WzMultiView to another application, such as the Navigator.
The Restore keyword is used specifically by the TM_RESTORE method. For information on the TM_RESTORE method, refer to the source code for WzMultiView in:
(UNIX) <wavedir>/lib/vdatools/wzmultiview.pro
(WIN) <wavedir>\lib\vdatools\wzmultiview.pro
Where <wavedir> is the main PV‑WAVE directory.
 
note
For information on how to use this VDA Tool, use online Help. Select the
On Window command from the VDA Tool Help menu to bring up Help on this VDA Tool.
Example
WzMultiView, XSize=400, YSize=400
See Also
WzContour, WzHistogram, WzImage, WzPlot, WzSurface

Version 2017.1
Copyright © 2019, Rogue Wave Software, Inc. All Rights Reserved.