gtkColorSelectionSetPreviousColor   package:RGtk2   R Documentation

_g_t_k_C_o_l_o_r_S_e_l_e_c_t_i_o_n_S_e_t_P_r_e_v_i_o_u_s_C_o_l_o_r

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

     Sets the 'previous' color to be 'color'.  This function should be
     called with some hesitations, as it might seem confusing to have
     that color change. Calling 'gtkColorSelectionSetCurrentColor' will
     also set this color the first time it is called.

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

     gtkColorSelectionSetPreviousColor(object, color)

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

'object': ['GtkColorSelection']  a 'GtkColorSelection'.

 'color': ['GdkColor']  a 'GdkColor' to set the previous color with.

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

     Derived by RGtkGen from GTK+ documentation

