gtkPrintOperationSetExportFilename   package:RGtk2   R Documentation

_g_t_k_P_r_i_n_t_O_p_e_r_a_t_i_o_n_S_e_t_E_x_p_o_r_t_F_i_l_e_n_a_m_e

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

     Sets up the 'GtkPrintOperation' to generate a file instead of
     showing the print dialog. The indended use of this function is for
     implementing "Export to PDF" actions. Currently, PDF is the only
     supported format.

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

     gtkPrintOperationSetExportFilename(object, filename)

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

'object': ['GtkPrintOperation']  a 'GtkPrintOperation'

'filename': [character]  the filename for the exported file

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

     "Print to PDF" support is independent of this and is done by
     letting the user pick the "Print to PDF" item from the list of
     printers in the print dialog.  

     Since  2.10

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

     Derived by RGtkGen from GTK+ documentation

