INQUIRE HIGHLIGHTING (BUNDLE) REPRESENTATION
CALLING SEQUENCE
pxinq_highl_rep (
Pint ws_id /*workstation identifier */
Pint index /*highlighting index */
Pinq_type return_type /*type of returned values */
PINQ_SET set
PINQ_REALIZED realized
Pint *error_ind /*error indicator */
Pxhighl_rep *highlight_rep /*highlighting representation */
)
TYPES
typedef struct {
Pxhighl_method method; /* highlighting method */
Pint style; /* style index */
} Pxhighl_rep ;
typedef enum {
PXHLT_COLOUR, /* color */
PXHLT_TYPE, /* line type */
} Pxhighl_method;
EFFECT
Return the current definition of the specified highlighting bundle.
ERRORS
-
- 3
- Ignoring function, function requires state WSOP.
- 54
- Ignoring function, the specified workstation is not open.
- 59
- Ignoring function, the specified workstation does not have output
capability (i.e., the workstation category is neither OUTPUT, OUTIN, nor MO).
- 101
- Ignoring function, the specified representation has not been defined.
- 103
- Ignoring function, setting this bundle table entry would exceed the maximum
number of entries allowed in the workstation bundle table.
SEE ALSO
Highlighting bundle definition, see pxset_highl_rep