gdkRgbSetInstall            package:RGtk2            R Documentation

_g_d_k_R_g_b_S_e_t_I_n_s_t_a_l_l

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

     If 'install' is 'TRUE', directs GdkRGB to always install a new
     "private" colormap rather than trying to find a best fit with the
     colors already allocated. Ordinarily, GdkRGB will install a
     colormap only if a sufficient cube cannot be allocated.

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

     gdkRgbSetInstall(install)

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

'install': [logical] 'TRUE' to set install mode.

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

     A private colormap has more colors, leading to better quality
     display, but also leads to the dreaded "colormap flashing" effect.

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

     Derived by RGtkGen from GTK+ documentation

