diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-11-25 14:38:02 -0500 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:39:46 +0100 |
commit | 1915a19503a888e264d1c18ee2e0b10bbaac011a (patch) | |
tree | 1f1ad69d5e7e82953d7442fcd82b935f92a090cc /gtk/gtkstyle.c | |
parent | f8a874abb1d1d8925b0f841e95bbef6cdcb21ac4 (diff) | |
download | gtk+-1915a19503a888e264d1c18ee2e0b10bbaac011a.tar.gz |
Add deprecation notes
Diffstat (limited to 'gtk/gtkstyle.c')
-rw-r--r-- | gtk/gtkstyle.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index a363cc75a7..3c8cdc5d9a 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -59,6 +59,8 @@ * * Usually applications should not need to use or modify the #GtkStyle of their * widgets. + * + * In GTK+ 3.0, GtkStyle has been deprecated and replaced by #GtkStyleContext. */ |