Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pinq_edit_mode(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

pinq_edit_mode(3g)  —  Subroutines

 

Name

pinq_edit_mode − Returns the edit mode. 

Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function

Syntax

void pinq_edit_mode (
  Pint        ∗error_ind,   /∗ (O) Error indicator ∗/
  Pedit_mode  ∗edit_mode    /∗ (O) Edit mode ∗/
)

 

Data Structures

typedef enum {
    PEDIT_INSERT,      /∗ Insert the new element into the open structure
                          after the element pointed to by the current
                          element pointer. ∗/
    PEDIT_REPLACE      /∗ Replace the element currently pointed to by
                          the element pointer. ∗/
} Pedit_mode;

Description

pinq_edit_mode queries the PHIGS state list and returns the edit mode. 

See Also

pset_edit_mode

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