Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pe_set_view_disp_pri(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pe_set_view_disp_pri(3g)  —  Subroutines

Name

pe_set_view_disp_pri − Modifies the view display priority. 

Operating States: PHOP, WSOP, ∗, ∗
Digital PHIGS extension function

Syntax

void pe_set_view_disp_pri (
  Pint        wsid,         /∗ (I) Workstation identifier ∗/
  Pint        index,        /∗ (I) View index ∗/
  Pint        ref_index,    /∗ (I) Reference view index ∗/
  Prel_pri    priority      /∗ (I) Relative priority ∗/
)

Data Structures

typedef enum {
    PPRI_HIGHER,     /∗ higher priority ∗/
    PPRI_LOWER       /∗ lower priority ∗/
} Prel_pri;

Description

pe_set_view_disp_pri allows you to modify the view display priority.  For example, if two figures overlap in a window, you can set one to have display priority over the other, which in effect masks the figure with the lesser priority. 

You can set the priority of the view display by setting the view index to the next higher or lower priority. If the view index and the reference view index are the same, this function has no effect on setting display priorities. 

The default view display priorities are view 0 through view n, where view 0 has the highest priority and view n has the lowest priority. 

See Also

pe_inq_ext_view_rep3
pset_view_ind
pset_view_tran_in_pri

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026