diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-12-15 22:19:12 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-12-17 06:14:13 -0500 |
commit | 22dfa49300a78550b2622356842fe51ba60cb081 (patch) | |
tree | 43a7b70167dc0284c623c85e6b015feba8a98ba0 /README.in | |
parent | 6f3385aa602f9c597b7f73c4333bd8e62055f190 (diff) | |
download | gtk+-22dfa49300a78550b2622356842fe51ba60cb081.tar.gz |
More release notes
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -87,6 +87,18 @@ Release notes for 3.16 If you are using such a function from language-bindings, this may require adjustments. +* The lookup order for actions that are activated via keyboard + accelerators has been changed to start at the currently focused + widget. If your application is making use fo nested action groups + via gtk_widget_insert_action_group, you may want to check that + this change does not upset your accelerators. + +* The GtkScrollable interface has gained a new vfunc, get_border, + that is used to position overshoot and undershoot indications that + are drawn over the content by GtkScrolledWindow. Unless your scrollable + has non-scrolling parts similar to treeview headers, there is no need + to implement this vfunc. + Release notes for 3.14 ====================== |