Command: wgraphic

Syntax

{ <window> = } wgraphic

Description

Define a graphic window.

Parameters

Switches

Notes

If no display groups (-g) are indicated, then the all group is assumed.

Examples

Create a new graphic window.

wgraphic

Create a new graphic window and allocate it to an existing window identifier. Set the viewing area for the new window.

my_win = wgraphic -wb=<p0,(500,500,500)>

Create a new graphic window, and copy the contents of another graphic window into it.

new_window = wgraphic -iw=my_win

Create a new graphic window (via a rubber box), and copy the contents of another window into it.

wgraphic -iw=my_win, -geo=sbox

Define a new graphic window to display only entities from group ag.

my_win = wgraphic -g=ag, -dim=<300,300>

Define a new graphic window able to be scrolled through twice its width and twice its height.

my_win = wgraphic -sc, -wk=<2,2>

See Also

Commands:

embed, wclose, wgroup, window, wopen, wsize

Identifiers:

all (group), gc (point), win# (window)

Structures:

window (graphic)