ncl_gupd_ws - Man Page

Insures that the workstation is current and reflects all requests that have been made.

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.

See Also

Online: sflush(3NCARG), plotif(3NCARG), gks(3NCARG), ncarg_gks_cbind(3NCARG)

Hardcopy:  User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Fundamentals, UNIX Version

Info

March 1993 UNIX NCAR GRAPHICS