gtkColorSelectionSetChangePaletteHook package:RGtk2 R Documentation

_g_t_k_C_o_l_o_r_S_e_l_e_c_t_i_o_n_S_e_t_C_h_a_n_g_e_P_a_l_e_t_t_e_H_o_o_k

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

     Installs a global function to be called whenever the user tries to
     modify the palette in a color selection. This function should save
     the new palette contents, and update the GtkSettings property
     "gtk-color-palette" so all GtkColorSelection widgets will be
     modified. *WARNING: 'gtk_color_selection_set_change_palette_hook'
     is deprecated and should not be used in newly-written code. This
     function is deprecated in favor of 
     'gtkColorSelectionSetChangePaletteWithScreenHook', and does not
     work in multihead environments.*

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

     gtkColorSelectionSetChangePaletteHook(func)

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

  'func': ['GtkColorSelectionChangePaletteFunc']  a function to call
          when the custom palette needs saving.

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

     ['GtkColorSelectionChangePaletteFunc']  the previous change
     palette hook (that was replaced).

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

     Derived by RGtkGen from GTK+ documentation

