Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
winview
Display regions used on a Photon server
Syntax:
winview [-h height] [-m f|s|t] [-N server] [-S i|m|n]
[-s server] [-w width] [-x x_pos] [-y y_pos]
Options:
- -h height
- Set initial height of window to height pixels.
- -m f|s|t
- Initial display view (f - front, s - side, t - top).
- -N server
- Server node to query.
- -S i|m|n
- Specify initial window state (i - iconify, m - maximize, n - normal).
- -s server
- Specify server node or device name.
- -w width
- Set initial width of window to width pixels.
- -x x_pos
- Initial x_pos position of window.
- -y y_pos
- Initial y_pos position of window.
Description:
The winview utility displays a front, top, or side view of the regions used on a given Photon server. Each of the main region types (e.g. windows) is displayed in a different color. In the top or side view, click on a region to identify it.
Examples:
Run winview using Photon server on node 4:
winview -s4
Or
winview -s//4/dev/photon
Run winview at initial position (10,10) with initial dimension of 200*300.
winview -x10 -y10 -h200 -w300
