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:
@ -86,10 +86,6 @@ void _gtk_scale_get_value_size (GtkScale *scale,
|
||||
gchar *_gtk_scale_format_value (GtkScale *scale,
|
||||
gdouble value);
|
||||
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
#define gtk_scale_value_width gtk_scale_get_value_width
|
||||
#endif /* GTK_DISABLE_DEPRECATED */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
Reference in New Issue
Block a user