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-2007
44 University Corporation for Atmospheric Research
45
46 This documentation is free software; you can redistribute it and/or
47 modify it under the terms of the GNU General Public License as pub‐
48 lished by the Free Software Foundation; either version 2 of the
49 License, or (at your option) any later version.
50
51 This software is distributed in the hope that it will be useful, but
52 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
53 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
54 Public License for more details.
55
56 You should have received a copy of the GNU General Public License along
57 with this software; if not, write to the Free Software Foundation,
58 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
59
60
61
62UNIX March 1993 GUWK(3NCARG)