summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-10-07 09:05:43 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-10-07 09:05:43 -0400
commite2fea0de8d29efe4e284cb788db8bfc92ab5ffd9 (patch)
tree6d83568ef3df803a7111ee7eb0d7e7ccb45e88f2 /NEWS
parent84a67117c1c8ad52ed262dc3f6ac31d62d6f8928 (diff)
downloadgtk+-e2fea0de8d29efe4e284cb788db8bfc92ab5ffd9.tar.gz
Some updates
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 33438f31c3..d6b0802914 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Overview of Changes in GTK+ 3.10 to 3.11.0
+==========================================
+
+* New notebook tab styling: GtkNotebook now offers a way
+ for themes to opt out of the tab rendering, with the
+ 'has-tab-gap' style property. The Adwaita theme is using
+ this to achieve a more modern tab appearance.
+
+* GtkFlowBox: A container that its children in a reflowing
+ grid, which can be oriented horizontally or vertically.
+ It is similar to GtkListBox in that the children can
+ be sorted and filtered, and by requiring a dedicated child
+ widget type, GtkFlowBoxChild. It is similar to GtkTreeView
+ in that is supports a full set of selection modes, including
+ rubberband selection.
+
+
Overview of Changes in GTK+ 3.9.14 to 3.9.16
============================================