gdkImageSetColormap          package:RGtk2          R Documentation

_g_d_k_I_m_a_g_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 for the image to the given colormap.  Normally
     there's no need to use this function, images are created with the
     correct colormap if you get the image from a drawable. If you
     create the image from scratch, use the colormap of the drawable
     you intend to render the image to.

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

     gdkImageSetColormap(object, colormap)

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

'object': ['GdkImage']  a 'GdkImage'

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

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

     Derived by RGtkGen from GTK+ documentation

