gupd_ws Update workstation(3) Insures that the workstation is current and

SYNOPSIS

#include <ncarg/gks.h>

void gupd_ws(Gint ws_id, Gupd_regen_flag upd_regen_flag);

DESCRIPTION

ws_id
(Input) A number identifying the workstation to be updated. ws_id must be the same as that used in some previous gopen_ws call.
upd_regen_flag
(Input) A flag to specify if the current picture should be regenerated. The possible values include:
GUPD_NOT_PEND
Postpone
GUPD_PEND
Perform

For the workstation types supported in NCAR GKS, this flag should always be set to GUPD_PEND.

USAGE

A call to gupd_ws flushes all buffers to bring the workstation up to date.

ACCESS

To use the GKS C-binding routines, load the ncarg_gks, and ncarg_c libraries.

COPYRIGHT

Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.