


DXmCreatePrintBox(3X)					DXmCreatePrintBox(3X)



NAME
  DDXXmmCCrreeaatteePPrriinnttBBooxx - Creates the print	widget without a dialog	box.

SYNOPSIS

  WWiiddggeett DDXXmmCCrreeaatteePPrriinnttBBooxx((_p_a_r_e_n_t,, _n_a_m_e,, _a_r_g_l_i_s_t,, _a_r_g_c_o_u_n_t))
	  WWiiddggeett   _p_a_r_e_n_t;;
	  cchhaarr	   **_n_a_m_e;;
	  AArrgglliisstt  _a_r_g_l_i_s_t;;
	  iinntt	   _a_r_g_c_o_u_n_t;;

PARAMETERS

  _w_i_d_g_e_t
      The identifier (widget ID) of the	parent widget.

  _n_a_m_e
      The name of the created widget.

  _a_r_g_l_i_s_t
      The application argument list.

  _a_r_g_c_o_u_n_t
      An integer that represents the number of arguments in the	application
      argument list.

DESCRIPTION

  The DDXXmmCCrreeaatteePPrriinnttBBooxx	routine	uses the same arguments	and resources as the
  DDXXmmCCrreeaatteePPrriinnttDDiiaalloogg routine to create a print widget, but does not include
  a dialog box.	 See the DDXXmmCCrreeaatteePPrriinnttDDiiaalloogg(3X) for a	complete description.

  Inherited Resources

  DDXXmmCCrreeaatteePPrriinnttBBooxx inherits behaviour and resources from the following
  superclasses:

       Core Resource Set
       Composite Resource Set
       Constraint Resource Set
       XmManager Resource Set
       XmBulletinBoard Resource	Set
       DXmPrintBox Resource Set

RETURN VALUES

  The identifier (widget ID) of	the created print widget.












