XmPrintSetup(3)


NAME

   XmPrintSetup --- 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);

DESCRIPTION

   A  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 hierarchy 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:0

   video_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 VALUE

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

ERRORS/WARNINGS

   None.

EXAMPLES

   From 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 ALSO

   XmPrintShell(3),        XmRedisplayWidget(3),         XmPrintToFile(3),
   XmPrintPopupPDM(3)

                                                           XmPrintSetup(3)





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.