1GUPD_WS(3NCARG) NCAR GRAPHICS GUPD_WS(3NCARG)
2
3
4
6 gupd_ws (Update workstation) - Insures that the workstation is current
7 and reflects all requests that have been made.
8
10 #include <ncarg/gks.h>
11
12 void gupd_ws(Gint ws_id, Gupd_regen_flag upd_regen_flag);
13
15 ws_id (Input) A number identifying the workstation to be updated.
16 ws_id must be the same as that used in some previous
17 gopen_ws call.
18
19 upd_regen_flag
20 (Input) A flag to specify if the current picture should be
21 regenerated. The possible values include:
22
23 GUPD_NOT_PEND
24 Postpone
25
26 GUPD_PEND Perform
27
28 For the workstation types supported in NCAR GKS, this flag should
29 always be set to GUPD_PEND.
30
32 A call to gupd_ws flushes all buffers to bring the workstation up to
33 date.
34
36 To use the GKS C-binding routines, load the ncarg_gks, and ncarg_c
37 libraries.
38
40 Online: sflush(3NCARG), plotif(3NCARG), gks(3NCARG),
41 ncarg_gks_cbind(3NCARG)
42
43 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
44 mentals, UNIX Version
45
47 Copyright (C) 1987-2007
48 University Corporation for Atmospheric Research
49
50 This documentation is free software; you can redistribute it and/or
51 modify it under the terms of the GNU General Public License as pub‐
52 lished by the Free Software Foundation; either version 2 of the
53 License, or (at your option) any later version.
54
55 This software is distributed in the hope that it will be useful, but
56 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
57 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
58 Public License for more details.
59
60 You should have received a copy of the GNU General Public License along
61 with this software; if not, write to the Free Software Foundation,
62 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
63
64
65
66UNIX March 1993 GUPD_WS(3NCARG)