1GUWK(3NCARG) NCAR GRAPHICS GUWK(3NCARG)
2
3
4
6 GUWK (Update workstation) - Insures that the workstation is current and
7 reflects all requests that have been made.
8
10 CALL GUWK(WKID,REGFL)
11
13 #include <ncarg/gks.h>
14
15 void gupd_ws(Gint ws_id, Gupd_regen_flag upd_regen_flag);
16
18 WKID (Integer, Input) - A number identifying the workstation to
19 be updated. WKID must be the same as that used in some
20 previous GOPWK call.
21
22 REGFL (Integer, Input) - A flag to specify if the current picture
23 should be regenerated. The possible values for this are
24 "0" for postpone, and "1" for perform. For the workstation
25 types supported in NCAR GKS, this flag should always be set
26 to "0".
27
29 A call to GUWK flushes all GKS buffers to bring the workstation up to
30 date. GUWK does not flush any NCAR Graphics buffers that sit above GKS
31 such as the pen-move buffer in SPPS (see the man page for plotif).
32
34 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
35
37 Online: sflush, plotif, gupd_ws
38
39 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
40 mentals, UNIX Version
41
43 Copyright (C) 1987-2009
44 University Corporation for Atmospheric Research
45 The use of this Software is governed by a License Agreement.
46
47
48
49UNIX March 1993 GUWK(3NCARG)