PEXSetWorkstationWindow - Set Workstation Window


Synopsis

 
   void PEXSetWorkstationWindow(
        Display *display,
        PEXWorkstation workstation,
        PEXNPCSubVolume *workstation_window
   )
 

Arguments

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

workstation
The resource identifier of the workstation.

workstation_window
The workstation window.

Returns

None.

Description

Invoke PEXSetWorkstationWindow to set the requested NPC subvolume of the specified workstation.

If the dynamic modification for the workstation window is PEXIMM, then this function sets the current workstation window to the specified NPC subvolume and sets the workstation update to PEXNotPending; otherwise, it sets the workstation update to PEXPending and does not change the current workstation window.

Errors

BadPEXWorkstation
The specified workstation resource identifier is invalid.

See Also

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