gdkPangoRendererSetGc         package:RGtk2         R Documentation

_g_d_k_P_a_n_g_o_R_e_n_d_e_r_e_r_S_e_t_G_c

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

     Sets the GC the renderer draws with. Note that the GC must not be
     modified until it is unset by calling the function again with
     'NULL' for the 'gc' parameter, since GDK may make internal copies
     of the GC which won't be updated to follow changes to the original
     GC.

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

     gdkPangoRendererSetGc(object, gc = NULL)

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

'object': ['GdkPangoRenderer']  a 'GdkPangoRenderer'

    'gc': ['GdkGC']  the new GC to use for drawing, or 'NULL'

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

     Since  2.6

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

     Derived by RGtkGen from GTK+ documentation

