forked from AuroraMiddleware/gtk
[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
cc895cc924
commit
931ed06beb
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user