gtkPrintRunPageSetupDialogAsync    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_A_s_y_n_c

_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'.

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

     gtkPrintRunPageSetupDialogAsync(parent, page.setup, settings, done.cb, data)

_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'

'done.cb': ['GtkPageSetupDoneFunc']  a function to call when the user
          saves the modified page setup

  'data': [R object]  user data to pass to 'done.cb'

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

     In contrast to 'gtkPrintRunPageSetupDialog', this function 
     returns after  showing the page setup dialog on platforms that
     support this, and calls 'done.cb'  from a signal handler for the
     ::response signal of the dialog.  

     Since  2.10

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

     Derived by RGtkGen from GTK+ documentation

