INQUIRE EXTENDED VIEW REPRESENTATION
CALL SEQUENCE
void pxinq_extended_view_rep(
Pint ws_id, /* workstation identifier */
Pint view_ind, /* view index */
Pint *error_ind, /* error indicator */
Pxextended_view_rep *rep /* extended view representation */
)
TYPES
typedef struct {
Pint_style back_flag; /* view background flag PSTYLE_EMPTY or PSTYLE_SOLID */
Pgcolr back_colr; /* view background colour */
Pedge_flag border_flag; /* view border flag */
Pgcolr border_colr; /* view border colour */
Pfloat border_width; /* view border width */
Pint border_type; /* view border type */
} Pxextended_view_rep;
PHIGS STATE
(PHOP, WSOP, *, *).
EFFECT
Returns the extended view representation of the extended view view_ind
of a workstation ws_id.
If the data is available, error indicator is returned as 0.
ERRORS
- 3
Ignoring function, function requires state (PHOP, WSOP,*,*)
- 54
- Ignoring function, the specified workstation is not open
- 59
- Ignoring function, the specified workstation does not have output
capability (i.e. the workstation category is neither OUTPUT, OUTIN, nor MO)
- 115
- Ignoring function, the view index value is less than one
- 150
- Ignoring function, setting this view table entry would exceed the maximum
number of entries allowed in the workstation view table
SEE ALSO
Set view representation 3, see pxset_view_rep3
Set extended view representation (ext), see pxset_extended_view_rep