logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GUWK (Update workstation) - Insures that the workstation is current and reflects all requests that have

Access

       To use GKS routines, load the NCAR GKS-0A library ncarg_gks.

C-Binding Synopsis

       #include <ncarg/gks.h>

       void gupd_ws(Gint ws_id, Gupd_regen_flag upd_regen_flag);

Description

       WKID        (Integer, Input) - A number identifying the workstation to be updated.  WKID must be the same
                   as that used in some previous GOPWK call.

       REGFL       (Integer, Input) - A flag to specify if the  current  picture  should  be  regenerated.   The
                   possible  values  for  this  are  "0" for postpone, and "1" for perform.  For the workstation
                   types supported in NCAR GKS, this flag should always be set to "0".

Name

       GUWK  (Update  workstation) - Insures that the workstation is current and reflects all requests that have
       been made.

See Also

       Online: sflush, plotif, gupd_ws

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

Synopsis

       CALL GUWK(WKID,REGFL)

Usage

       A call to GUWK flushes all GKS buffers to bring the workstation up to date.  GUWK does not flush any NCAR
       Graphics buffers that sit above GKS such as the pen-move buffer in SPPS (see the man page for plotif).

See Also