gdkPixbufSetOption           package:RGtk2           R Documentation

_g_d_k_P_i_x_b_u_f_S_e_t_O_p_t_i_o_n

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

     Attaches a key/value pair as an option to a 'GdkPixbuf'. If 'key'
     already exists in the list of options attached to 'pixbuf', the
     new value is  ignored and 'FALSE' is returned.

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

     gdkPixbufSetOption(object, key, value)

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

'object': ['GdkPixbuf']  a 'GdkPixbuf'

   'key': [character]  a string.

 'value': [character]  a string.

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

     Since  2.2

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

     [logical] 'TRUE' on success.

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

     Derived by RGtkGen from GTK+ documentation

