Deprecate old color selection widgets

GtkColorSelectionDialog, GtkColorSelection and GtkHSV have
been superseded by the GtkColorChooser* family of widgets.
This commit is contained in:
Matthias Clasen
2012-02-03 20:38:21 -05:00
parent 23a5f7a22c
commit cb128cc6e9
14 changed files with 369 additions and 115 deletions

View File

@ -20,7 +20,7 @@
#include "config.h"
#include "gtkcolorscale.h"
#include "gtkhsv.h"
#include "gtkcolorutils.h"
#include "gtkorientable.h"
#include "gtkstylecontext.h"
#include "gtkaccessible.h"