[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:
parent
e9d0bb5d58
commit
5adb75f26b
@ -94,6 +94,7 @@ typedef enum
|
|||||||
GTK_BUTTONBOX_CENTER
|
GTK_BUTTONBOX_CENTER
|
||||||
} GtkButtonBoxStyle;
|
} GtkButtonBoxStyle;
|
||||||
|
|
||||||
|
#ifndef GTK_DISABLE_DEPRECATED
|
||||||
/* Curve types */
|
/* Curve types */
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
@ -101,6 +102,7 @@ typedef enum
|
|||||||
GTK_CURVE_TYPE_SPLINE, /* spline interpolation */
|
GTK_CURVE_TYPE_SPLINE, /* spline interpolation */
|
||||||
GTK_CURVE_TYPE_FREE /* free form curve */
|
GTK_CURVE_TYPE_FREE /* free form curve */
|
||||||
} GtkCurveType;
|
} GtkCurveType;
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user