gdkColormapAllocColor         package:RGtk2         R Documentation

_g_d_k_C_o_l_o_r_m_a_p_A_l_l_o_c_C_o_l_o_r

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

     Allocates a single color from a colormap.

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

     gdkColormapAllocColor(object, color, writeable, best.match)

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

'object': ['GdkColormap']  a 'GdkColormap'.

 'color': ['GdkColor']  the color to allocate. On return the 'pixel'
          field will be filled in if allocation succeeds.

'writeable': [logical]  If 'TRUE', the color is allocated writeable
          (their values can later be changed using 'gdkColorChange').
          Writeable colors cannot be shared between applications.

'best.match': [logical]  If 'TRUE', GDK will attempt to do matching
          against existing colors if the color cannot be allocated as
          requested.

_V_a_l_u_e:

     [logical] 'TRUE' if the allocation succeeded.

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

     Derived by RGtkGen from GTK+ documentation

