... XmPrintSetup - Online Linux Manual PageSection : library call

NAMEXmPrintSetup — setup and create a Print Shell widget

SYNOPSIS#include <Xm/Print​.h> Widget XmPrintSetup( Widget video_widget, Screen *print_screen, String print_shell_name, ArgList args, Cardinal num_args);

DESCRIPTIONA function that does the appropriate setting and creates a realized XmPrintShell that it returns to the caller​. This function hides the details of the Xt to set up a valid print shell heirarchy for the application​. It is also meant to encourage consistency in the way applications root their print widget hierarchy​. print_screen must belong to a Display connection that has already been initialized with Xt​. The video_widget is used to get at the application context, application name and class, and argc/argv stored on the applicationShell that roots this widget​. If no applicationShell is found, NULL argv/argc are used​. XmPrintSetup then creates an unrealized ApplicationShell with the same name and class as the one given by the video display, on the print display and on the print screen specified​. An XmPrintShell is then created as a child of this toplevel shell, using XtCreatePopupShell, with the name print_shell_name, and using the args provided​. It then realizes and maps the print shell, using XtPopup with XtGrabNone​. This way, application resource files and users can specify print specific attributes using the following syntax (if print_shell_name is "Print"): Dtpad​.Print*textFontList: somefont *Print*background:white *Print*highlightThickness:0video_widget A video widget to fetch app video data from​. print_screen A print screen on the print display - specifies the screen onto which the new shell is created​. print_shell_name Specifies the name of the XmPrintShell created on the X Print server​. args Specifies the argument list from which to get the resources for the XmPrintShell​. num_args Specifies the number of arguments in the argument list​.

RETURN VALUEThe id the XmPrintShell widget created on the X Print Server connection, or NULL if an error has occured​.

ERRORS/WARNINGSNone​.

EXAMPLESFrom the OK callback and the SetUp callback of the primary print dialog widget: static void printOKCB(Widget, XtPointer call_data, XtPointer client_data) { AppPrint *p = (AppPrint *) client_data; DtPrintSetupCallbackStruct *pbs = (XmPrintCallbackStruct *) call_data; /* connect if not already done​. the print dialog callback always provides valid printer name, print display and screen already initialized: XpInitContext called */ */ p->print_shell = XmPrintSetup (widget, pbs->print_screen, "Print", NULL, 0); ​.​.​. }

SEE ALSOXmPrintShell(3), XmRedisplayWidget(3), XmPrintToFile(3), XmPrintPopupPDM(3) ...
0
Johanes Gumabo
Data Size   :   11,868 byte
man-XmPrintSetup.3Build   :   2024-12-05, 20:55   :  
Visitor Screen   :   x
Visitor Counter ( page / site )   :   6 / 183,948
Visitor ID   :     :  
Visitor IP   :   3.133.153.110   :  
Visitor Provider   :   AMAZON-02   :  
Provider Position ( lat x lon )   :   39.962500 x -83.006100   :   x
Provider Accuracy Radius ( km )   :   1000   :  
Provider City   :   Columbus   :  
Provider Province   :   Ohio ,   :   ,
Provider Country   :   United States   :  
Provider Continent   :   North America   :  
Visitor Recorder   :   Version   :  
Visitor Recorder   :   Library   :  
Online Linux Manual Page   :   Version   :   Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page   :   Library   :   lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page   :   Library   :   lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base   :   Version   :   Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base   :   Library   :   lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36

Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.

ERROR : Need New Coding :         (parse_manual_page_|249|XmPrintSetup.3|2|..|... )         (parse_manual_page_|249|XmPrintSetup.3|152|..|... )