gtkColorSelectionSetChangePaletteHook {RGtk2}R Documentation

gtkColorSelectionSetChangePaletteHook

Description

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.

Usage

gtkColorSelectionSetChangePaletteHook(func)

Arguments

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

Value

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]