[gtk+] Some updates



commit e2fea0de8d29efe4e284cb788db8bfc92ab5ffd9
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Oct 7 09:05:43 2013 -0400

    Some updates

 NEWS |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 33438f3..d6b0802 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
 ============================================
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]