diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-09-25 11:18:28 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-09-25 12:54:47 -0400 |
commit | 71991f339d5b90e883db8ef0f7ddb760f82cbb00 (patch) | |
tree | bec081aface95b1646262db96af7506b044a7061 | |
parent | 5aad25aa42af2f27e95eedbdba563b368bd0f2e0 (diff) | |
download | gtk+-71991f339d5b90e883db8ef0f7ddb760f82cbb00.tar.gz |
GtkScrolledWindow: document changed default policy
-rw-r--r-- | docs/reference/gtk/migrating-2to3.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml index 1d003e2346..65c3879a05 100644 --- a/docs/reference/gtk/migrating-2to3.xml +++ b/docs/reference/gtk/migrating-2to3.xml @@ -427,6 +427,15 @@ cairo_destroy (cr); </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> Linking against GTK+ 2.x and GTK+ 3 in the same process is problematic |