GOPWK(3NCARG) | NCAR GRAPHICS | GOPWK(3NCARG) |
gopwk - opens a GKS workstation
CALL GOPWK (WKID, CONID, WKTYPE)
#include <ncarg/gks.h>
void gopen_ws(Gint ws_id, const char *conn_id, Gint ws_type);
For workstation types of 1 (CGM) or 3 (WISS) the connection ID is used as a Fortran logical unit number. One can have at most one workstation of type 1 open at a time and this also applies to workstations of type 3. One can have workstations of types 1 and 3 open simultaneously and they must have distinct connection IDs. To use the GFLASH package or any GKS segmentation functions WISS must be opened first.
For workstations of type 7 the connection ID is the X11 window ID for the existing window (obtained from xwininfo for example).
For workstations of type 8 an X11 window will be created at open workstation time. The connection ID is irrelevant for workstations of type 8.
For workstations of type 10, the ASCII text is written to standard output and the connection ID is irrelevant.
There can be a maximum of fifteen simultaneously open workstations of all types.
To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
Online: gopks, gacwk, gdawk, gclwk, gclks, opngks, clsgks, gopen_ws
Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Fundamentals, UNIX Version
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
March 1993 | UNIX |