PEXGetWorkstationDynamics - Get Workstation Attribute Modification Dynamics


Synopsis

 
   Status PEXGetWorkstationDynamics(
          Display *display,
          Drawable drawable,
          PEXWorkstationDynamics *dynamics_return
   )
 

Arguments

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

drawable
The resource identifier of a drawable.

dynamics_return
Returns the dynamics of the specified workstation.

Returns

Zero if unsuccessful; non-zero otherwise.

Description

Invoke PEXGetWorkstationDynamics to get the dynamics of the specified PHIGS workstation resource.

Each entry in the returned list has one of the following values:

PEXIMM -
modifying the corresponding attribute immediately displays the correct image without regeneration.

PEXCBS -
modifying the corresponding attribute immediately displays a simulation if you set the display update mode to PEXSimulateSome.

PEXIRG -
requires a regeneration for the change to be visible.

Errors

BadDrawable
The specified drawable resource identifier is invalid.

BadMatch
The specified drawable is unsupported.

See Also

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