pe_post_struct_view(3g) — Subroutines
Name
pe_post_struct_view − Adds a structure to the list of posted structures entry for a particular view.
Operating States: PHOP, WSOP, ∗, ∗
Digital PHIGS extension function
Creates a structure element
Syntax
void pe_post_struct_view (
Pint wsid, /∗ (I) Workstation identifier. ∗/
Pint view, /∗ (I) View index. ∗/
Pint stid, /∗ (I) Structure identifier. ∗/
Pfloat priority /∗ (I) Posted priority. This value must be a
Pfloat between 0 and 1, and the higher
the number, the higher the priority. ∗/
)
Description
pe_post_struct_view adds the specified structure to the list of posted structures entry in the workstation state list for a particular view. If the specified structure does not exist, it is created by the function. This function also assigns a display priority to the structure.
Depending on the current edit mode, this function either inserts the new structure element directly after the element indicated by the pointer or replaces the element indicated by the pointer. The pointer then points to the new post structure to a view element.
If Digital PHIGS is in immediate mode, it performs this function immediately, but the function does not create a structure element.
See Also
pe_inq_posted_structs_view
pe_unpost_all_structs_view
pe_unpost_struct_view
pe_unpost_struct_all_views