Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE HIGHLIGHTING (BUNDLE) REPRESENTATION

PXINQ_HIGHL_REP


CALLING SEQUENCE

pxinq_highl_rep (
)

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


Previous Next Up Title Contents Index Functions Index Top Library