Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE VIEW ATTRIBUTES

PXINQ_VIEW_ATTRS


CALLING SEQUENCE

pxinq_view_attrs (

TYPES

typedef struct {
	Pint			plane_mask;	/* bitplane write mask	*/
	Pxoverlay	overlay;	/* overlay/underlay indicator	*/
	Pint			disp_dev;	/* display device index	*/
} Pxview_attrs ;

typedef enum {
	PXOVERLAY_NORMAL,	/* draw in normal image planes	*/
	PXOVERLAY_OVER,		/* draw in overlay planes	*/
	PXOVERLAY_UNDER		/* draw in underlay planes	*/
} Pxsupp_flag;

EFFECT

Return the current and requested extended view attributes (non-destructive graphics information and display device index) for a view index on the specified workstation.

ERRORS

3
Ignoring function, function requires state WSOP.
54
Ignoring function, the specified workstation is not open.

SEE ALSO

View attributes, see pxset_view_attrs

Inquire non-destructive graphics facilities, see pxinq_non_dest_facs


Previous Next Up Title Contents Index Functions Index Top Library