forked from AuroraMiddleware/gtk
Mark gtk-color-palette as deprecated
It is only used by the deprecated color selector widget.
This commit is contained in:
parent
7e3a494fac
commit
7cfa7e6b72
@ -1362,6 +1362,13 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
||||
NULL);
|
||||
g_assert (result == PROP_LABEL_SELECT_ON_FOCUS);
|
||||
|
||||
/**
|
||||
* GtkSettings:gtk-color-palette:
|
||||
*
|
||||
* Palette to use in the deprecated color selector.
|
||||
*
|
||||
* Deprecated: 3.10: Only used by the deprecated color selector widget.
|
||||
*/
|
||||
result = settings_install_property_parser (class,
|
||||
g_param_spec_string ("gtk-color-palette",
|
||||
P_("Custom palette"),
|
||||
|
Loading…
Reference in New Issue
Block a user