background image
Functional specification
53
CDE/Motif PST
CDEnext
When
XpGetPdmStartParams
is called, the client's locale (see
XpSetLocaleHinter
) is included
in the returned information as a "hint" to the Print Dialog Manager (PDM). If supported by the
implementation, the PDM will use the hint to display dialogs more appropriately labeled for the locale of
the client. If the Print Dialog Manager cannot understand the hint, the PDM will typically fall back to the
locale it is running in. Note that the locale of the print attributes that the PDM will subsequently access
have already been determined when the client called
XpCreateContext
.
ENVIRONMENT VARIABLES
See the above discussion regarding XPDMDISPLAY and XPDMSELECTION.
All environment variables are re-read each time
XpGetPdmStartParams
is called.
ERRORS/WARNINGS
SEE ALSO
2.25
XpGetAuthParams
2.25.1
Short Description
A standard convenience function to build up parameters in accordance with the PDM Selection Protocol
2.25.2
Long Description
NAME
XpGetAuthParams - build up parameters in accordance with the PDM Selection Protocol
SYNOPSIS
#include <X11/extensions/Print.h>
Status XpGetAuthParams (
Display
*print_display
,
Display
*video_display
,
Display
**selection_display
, /* return value */
Atom
*selection
, /* return value */
Atom
*target
) /* return value */
ARGUMENTS
print_display
Specifies a pointer to the print
Display
structure; returned from
XOpenDisplay
on the X Print Server.
video_display
Specifies a pointer to the video
Display
structure; returned from
XOpenDisplay
on the Video X-Server.