gtkColorSelectionSetChangePaletteWithScreenHookpackage:RGtk2R 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_W_i_t_h_S_c_r_e_e_n_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.

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

     gtkColorSelectionSetChangePaletteWithScreenHook(func)

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

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

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

     Since  2.2

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

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

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

     Derived by RGtkGen from GTK+ documentation

