summaryrefslogtreecommitdiff
path: root/gtk/gtkenums.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-01-16 19:12:47 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-01-16 19:12:47 +0000
commit226b2fa14b249949c7c550645a521a977ecd06da (patch)
tree6b00b5efb48e27466aa82e29a3aae21b89c24f44 /gtk/gtkenums.h
parent5b96321c3a9894bcb0fb41856e2ad2940c20365c (diff)
downloadgdk-pixbuf-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/gtkenums.h')
-rw-r--r--gtk/gtkenums.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 12ae775ee..a7788fcae 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