Comment 0 for bug 1071354

Revision history for this message
Alex Valavanis (valavanisalex) wrote : Inkscape uses deprecated GtkHSV widget

We currently use the GtkHSV widget to provide a "color wheel" in widgets/sp-color-wheel-selector.cpp. This widget is deprecated in GTK+ 3 [1] and will eventually be removed. We will need to adapt our code accordingly

Options:

1. Drop our color-wheel widget entirely; only use color-scales instead.

2. Adopt the GtkHSV code, and maintain it ourselves.

3. Make our own replacement color-wheel widget

4. Other suggestions...??

[1] http://developer.gnome.org/gtk3/3.6/GtkHSV.html