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