void ppost_struct (wkid, strid, priort)
Pint wkid; Pint strid; Pfloat priort;
The value of priort defines the relative importance of the structures at display. The smaller the priort value, the higher the display priority.
Example
ppost_struct (wkid, struct_id1, 1.0); ppost_struct (wkid, struct_id2, 0.0); predraw_all_structs (wkid, pflag_always);
With this example, predraw_all_structs first draws structure of struct_id2 identifier, then structure of struct_id1 identifier.