Deprecate. (#68183)
* gtk/gtkenums.h (GtkMatchType): Deprecate. (#68183) * gtk/gtkscale.h (gtk_scale_value_width): Remove useless compatibility macro. (#67730) * gtk/changes-2.0.sgml: Details about GtkRange and subclasses rewrite. (#67730)
This commit is contained in:
@ -162,6 +162,7 @@ typedef enum
|
||||
GTK_JUSTIFY_FILL
|
||||
} GtkJustification;
|
||||
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
/* GtkPatternSpec match types */
|
||||
typedef enum
|
||||
{
|
||||
@ -172,6 +173,7 @@ typedef enum
|
||||
GTK_MATCH_EXACT, /* "AAAAA" */
|
||||
GTK_MATCH_LAST
|
||||
} GtkMatchType;
|
||||
#endif /* GTK_DISABLE_DEPRECATED */
|
||||
|
||||
/* Menu keyboard movement types */
|
||||
typedef enum
|
||||
|
||||
Reference in New Issue
Block a user