gdkDrawableSetColormap         package:RGtk2         R Documentation

_g_d_k_D_r_a_w_a_b_l_e_S_e_t_C_o_l_o_r_m_a_p

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

     Sets the colormap associated with 'drawable'. Normally this will
     happen automatically when the drawable is created; you only need
     to use this function if the drawable-creating function did not
     have a way to determine the colormap, and you then use drawable
     operations that require a colormap. The colormap for all drawables
     and graphics contexts you intend to use together should match.
     i.e. when using a 'GdkGC' to draw to a drawable, or copying one
     drawable to another, the colormaps should match.

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

     gdkDrawableSetColormap(object, colormap)

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

'object': ['GdkDrawable']  a 'GdkDrawable'

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

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

     Derived by RGtkGen from GTK+ documentation

