gtkPrintRunPageSetupDialog       package:RGtk2       R Documentation

_g_t_k_P_r_i_n_t_R_u_n_P_a_g_e_S_e_t_u_p_D_i_a_l_o_g

_D_e_s_c_r_i_p_t_i_o_n:

     Runs a page setup dialog, letting the user modify the values from 
     'page.setup'. If the user cancels the dialog, the returned
     'GtkPageSetup'  is identical to the passed in 'page.setup',
     otherwise it contains the  modifications done in the dialog.

_U_s_a_g_e:

     gtkPrintRunPageSetupDialog(parent, page.setup = NULL, settings)

_A_r_g_u_m_e_n_t_s:

'parent': ['GtkWindow']  transient parent, or 'NULL'

'page.setup': ['GtkPageSetup']  an existing 'GtkPageSetup', or 'NULL'

'settings': ['GtkPrintSettings']  a 'GtkPrintSettings'

_D_e_t_a_i_l_s:

     Note that this function may use a recursive mainloop to show the
     page setup dialog. See 'gtkPrintRunPageSetupDialogAsync' if this
     is  a problem.  

     Since  2.10

_V_a_l_u_e:

     ['GtkPageSetup']  a new 'GtkPageSetup'

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

