[gtk] Deprecate GtkCurveType enum

It's only used by already deprecated GtkCurve and GtkGammaCurve

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=556263

Signed-off-by: Javier Jardón <jjardon@gnome.org>
This commit is contained in:
Christian Dywan 2010-02-07 01:52:58 +01:00 committed by Tristan Van Berkom
parent cc895cc924
commit 931ed06beb

View File

@ -94,6 +94,7 @@ typedef enum
GTK_BUTTONBOX_CENTER
} GtkButtonBoxStyle;
#ifndef GTK_DISABLE_DEPRECATED
/* Curve types */
typedef enum
{
@ -101,6 +102,7 @@ typedef enum
GTK_CURVE_TYPE_SPLINE, /* spline interpolation */
GTK_CURVE_TYPE_FREE /* free form curve */
} GtkCurveType;
#endif
typedef enum
{