diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-01-16 19:12:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-01-16 19:12:47 +0000 |
commit | 226b2fa14b249949c7c550645a521a977ecd06da (patch) | |
tree | 6b00b5efb48e27466aa82e29a3aae21b89c24f44 /gtk | |
parent | 5b96321c3a9894bcb0fb41856e2ad2940c20365c (diff) | |
download | gtk+-226b2fa14b249949c7c550645a521a977ecd06da.tar.gz |
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)
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkenums.h | 2 | ||||
-rw-r--r-- | gtk/gtkscale.h | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 12ae775ee2..a7788fcaef 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -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 diff --git a/gtk/gtkscale.h b/gtk/gtkscale.h index efa33c6d1c..7bfca7d77e 100644 --- a/gtk/gtkscale.h +++ b/gtk/gtkscale.h @@ -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 */ |