PEXSetWorkstationViewRep - Set Workstation View Representation


Synopsis

 
   void PEXSetWorkstationViewRep(
        Display *display,
        PEXWorkstation workstation,
        unsigned int view_index,
        PEXViewEntry *values
   )
 

Arguments

display
A pointer to a display structure returned by a successful XOpenDisplay call.

workstation
The resource identifier of the workstation.

view_index
The view index.

values
A pointer to the view representation values.

Returns

None.

Description

Invoke PEXSetWorkstationViewRep to set the specified view table entry of the requested view table in the specified workstation.

If the dynamic modification for the view table is PEXIMM, then this function sets the current view table entry to the specified view representation and sets the view update to PEXNotPending; otherwise, it sets the view update to PEXPending and does not change the current view table.

Errors

BadAlloc
The view table is full.

BadPEXWorkstation
The specified workstation resource identifier is invalid.

See Also

For a list of PHIGS Workstation functions and related topics, see PHIGS Workstation.