Add deprecation notes

This commit is contained in:
Matthias Clasen 2010-11-25 14:38:02 -05:00 committed by Carlos Garnacho
parent f8a874abb1
commit 1915a19503
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,10 @@ GTK+ provides resource file mechanism for configuring
various aspects of the operation of a GTK+ program
at runtime.
</para>
<para>
In GTK+ 3.0, resource files have been deprecated and replaced
by CSS-like style sheets, which are understood by #GtkCssProvider.
</para>
<refsect2><title>Default files</title>
<para>

View File

@ -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.
*/