PEXPostStructure - Post Structure to a Workstation

Synopsis

 
   void PEXPostStructure(
        Display *display,
        PEXWorkstation workstation,
        PEXStructure structure,
        double priority
   )
 

Arguments

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

workstation
The resource identifier of the workstation.

structure
The resource identifier of the structure.

priority
The priority of the newly-posted structure.

Returns

None.

Description

Invoke PEXPostStructure to add the specified structure to the list of posted structures in the specified workstation.

Use the priority argument to indicate the priority of the new posted structure relative to the structures already posted. If you post multiple structures for display to the same display space location, then the higher priority structure is displayed. If two structures have the same priority, then PEXlib considers the last posted structure to be of higher priority.

Errors

BadPEXStructure
The specified structure resource identifier is invalid.

BadPEXWorkstation
The specified workstation resource identifier is invalid.

See Also

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