gtkPrintContextSetCairoContext     package:RGtk2     R Documentation

_g_t_k_P_r_i_n_t_C_o_n_t_e_x_t_S_e_t_C_a_i_r_o_C_o_n_t_e_x_t

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

     Sets a new cairo context on a print context.

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

     gtkPrintContextSetCairoContext(object, cr, dpi.x, dpi.y)

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

'object': ['GtkPrintContext']  a 'GtkPrintContext'

    'cr': ['Cairo']  the cairo context

 'dpi.x': [numeric]  the horizontal resolution to use with 'cr'

 'dpi.y': [numeric]  the vertical resolution to use with 'cr'

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

     This function is intended to be used when implementing an internal
     print preview, it is not needed for printing, since GTK+ itself
     creates a suitable cairo context in that case.  

     Since  2.10

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

     Derived by RGtkGen from GTK+ documentation

