Functional specification
39
CDE/Motif PST
CDEnext
DESCRIPTION
XpInputSelected
queries which X Print events from the specified print context the client has selected
to receive. The X Print Events are generated from a print context, and not from a window as is the case
with
XSelectInput
. As events arrive, the
.context
field in the event can be used to determine
which print context generated the event.
See
XpSelectInput
for the
event_mask
and
all_event_mask
values.
ERRORS/WARNINGS
The function can generate one of the following errors:
XPBadContext
The specified print context id is not valid.
SEE ALSO
XpSelectInput
2.15
XpGetAttributes
SHORT DESCRIPTION
Get an attribute pool from the specified print context.
2.15.1
Long Description
NAME
XpGetAttributes - get an attribute pool from the specified print context
SYNOPSIS
#include <X11/extensions/Print.h>
char *XpGetAttributes (
Display
*display
,
XPContext
context,
XPAttributes
type
)
ARGUMENTS
display
Specifies a pointer to the
Display
structure; returned from
XOpenDisplay
.
context
Specifies the print context from which the attribute pool is to be retrieved.
type
Specifies the attribute pool.