GtkScrolledWindow: document changed default policy

This commit is contained in:
Matthias Clasen 2010-09-25 11:18:28 -04:00
parent 5aad25aa42
commit 71991f339d

View File

@ -426,6 +426,15 @@ cairo_destroy (cr);
</para>
</section>
<section>
<title>GtkScrolledWindow policy</title>
<para>
The default values for the #GtkScrolledWindow:hscrollbar-policy and
#GtkScrolledWindow:vscrollbar-policy properties have been changed from
'never' to 'automatic'. If your application was relying on the default
value, you will have explicitly set it explicitly.
</section>
<section>
<title>Prevent mixed linkage</title>
<para>