gdkPangoContextSetColormap       package:RGtk2       R Documentation

_g_d_k_P_a_n_g_o_C_o_n_t_e_x_t_S_e_t_C_o_l_o_r_m_a_p

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

     This function used to set the colormap to be used for drawing with
     'context'. The colormap is now always derived from the graphics
     context used for drawing, so calling this function is no longer
     necessary. *WARNING: 'gdk_pango_context_set_colormap' is
     deprecated and should not be used in newly-written code.*

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

     gdkPangoContextSetColormap(context, colormap)

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

'context': ['PangoContext']  a 'PangoContext'

'colormap': ['GdkColormap']  a 'GdkColormap'

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

     Derived by RGtkGen from GTK+ documentation

