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:
Matthias Clasen
2002-01-16 19:12:47 +00:00
parent 5b96321c3a
commit 226b2fa14b
11 changed files with 120 additions and 4 deletions

View File

@ -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